Home
last modified time | relevance | path

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

/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c67 #define BCRYPT_VERSION '2' macro
156 if (*salt > BCRYPT_VERSION) in crypt_blowfish()
246 *buffer++ = BCRYPT_VERSION; in crypt_blowfish()
301 salt[1] = BCRYPT_VERSION;