Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dpasswd.c322 static char *md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt() function
835 hash = md5crypt(passwd, (mode == passwd_md5 ? "1" : "apr1"), *salt_p); in do_passwd()
837 hash = md5crypt(passwd, "", *salt_p); in do_passwd()