Home
last modified time | relevance | path

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

/external/openssl/apps/
Dpasswd.c310 static char *md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt() function
490 hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p); in do_passwd()