Home
last modified time | relevance | path

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

/openssl/apps/
H A Dpasswd.c314 static char *md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt() function
830 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