Searched refs:md5crypt (Results 1 – 1 of 1) sorted by relevance
314 static char *md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt() function830 hash = md5crypt(passwd, (mode == passwd_md5 ? "1" : "apr1"), *salt_p); in do_passwd()832 hash = md5crypt(passwd, "", *salt_p); in do_passwd()
Completed in 5 milliseconds