Home
last modified time | relevance | path

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

/freebsd/lib/libcrypt/
H A Dcrypt.h38 int crypt_blowfish(const char *pw, const char *salt, char *buf);
H A Dcrypt.c53 { "blf", crypt_blowfish, "$2" },
/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c135 crypt_blowfish(const char *key, const char *salt, char *buffer) in crypt_blowfish() function