Home
last modified time | relevance | path

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

/freebsd-src/lib/libcrypt/
H A Dcrypt.h37 int crypt_nthash(const char *pw, const char *salt, char *buf);
H A Dcrypt-nthash.c49 crypt_nthash(const char *pw, const char *salt __unused, char *buffer) in crypt_nthash() function
H A Dcrypt.c55 { "nth", crypt_nthash, "$3$" },