Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dpasswd.c496 static char *shacrypt(const char *passwd, const char *magic, const char *salt) in shacrypt() function
835 hash = shacrypt(passwd, (mode == passwd_sha256 ? "5" : "6"), *salt_p); in do_passwd()