Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libcrypt/
Dcrypt-sha256.c73 bool rounds_custom; in crypt_sha256() local
77 rounds_custom = false; in crypt_sha256()
93 rounds_custom = true; in crypt_sha256()
213 if (rounds_custom) in crypt_sha256()
Dcrypt-sha512.c73 bool rounds_custom; in crypt_sha512() local
77 rounds_custom = false; in crypt_sha512()
93 rounds_custom = true; in crypt_sha512()
213 if (rounds_custom) in crypt_sha512()
/freebsd-12-stable/crypto/openssl/apps/
Dpasswd.c519 char rounds_custom = 0; in shacrypt() local
556 rounds_custom = 1; in shacrypt()
587 if (rounds_custom) { in shacrypt()
601 if (strlen(out_buf) > 3 + 17 * rounds_custom + salt_len ) in shacrypt()