Searched refs:crypt_data (Results 1 – 5 of 5) sorted by relevance
109 crypt_r(const char *passwd, const char *salt, struct crypt_data *data) in crypt_r()139 static struct crypt_data data; in crypt()
489 struct crypt_data { struct499 char *crypt_r(const char *, const char *, struct crypt_data *); argument
126 struct crypt_data *buffer = malloc(sizeof(*buffer)); in apr_password_validate()
21 /* Define if crypt_r uses struct crypt_data */
24220 struct crypt_data buffer;