Searched refs:crypt_data (Results 1 – 7 of 7) sorted by relevance
108 crypt_r(const char *passwd, const char *salt, struct crypt_data *data) in crypt_r()138 static struct crypt_data data; in crypt()
42 struct crypt_data { struct
489 struct crypt_data { struct501 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 */
254 unsigned struct_crypt_data_sz = sizeof(struct crypt_data);
23763 struct crypt_data buffer;