Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libcrypt/
Dcrypt-sha256.c62 #define ROUNDS_MAX 999999999 macro
92 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha256()
Dcrypt-sha512.c62 #define ROUNDS_MAX 999999999 macro
92 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha512()
/freebsd-12-stable/crypto/openssl/apps/
Dpasswd.c504 # define ROUNDS_MAX 999999999 in shacrypt() macro
550 if (srounds > ROUNDS_MAX) in shacrypt()
551 rounds = ROUNDS_MAX; in shacrypt()