Searched refs:md5_crypt (Results 1 – 6 of 6) sorted by relevance
20 char *md5_crypt(const char *, const char *);
51 md5_crypt(const char *pw, const char *salt) in md5_crypt() function
763 /* Define to 1 if you have the `md5_crypt' function. */
1655 md5_crypt \
16499 md5_crypt \
72 crypted = md5_crypt(password, salt); in xcrypt()