Home
last modified time | relevance | path

Searched refs:crypt_data (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/lib/libcrypt/
H A Dcrypt.c109 crypt_r(const char *passwd, const char *salt, struct crypt_data *data) in crypt_r()
139 static struct crypt_data data; in crypt()
/freebsd-12.1/include/
H A Dunistd.h489 struct crypt_data { struct
499 char *crypt_r(const char *, const char *, struct crypt_data *); argument
/freebsd-12.1/contrib/apr-util/crypto/
H A Dapr_passwd.c126 struct crypt_data *buffer = malloc(sizeof(*buffer)); in apr_password_validate()
/freebsd-12.1/contrib/apr-util/include/private/
H A Dapu_config.h.in21 /* Define if crypt_r uses struct crypt_data */
/freebsd-12.1/contrib/apr-util/
H A Dconfigure24220 struct crypt_data buffer;