Home
last modified time | relevance | path

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

/freebsd/lib/libcrypt/
H A Dcrypt-sha256.c61 #define ROUNDS_MAX 999999999 macro
91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha256()
H A Dcrypt-sha512.c61 #define ROUNDS_MAX 999999999 macro
91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha512()
/freebsd/crypto/openssl/apps/
H A Dpasswd.c507 # define ROUNDS_MAX 999999999 in shacrypt() macro
553 if (srounds > ROUNDS_MAX) in shacrypt()
554 rounds = ROUNDS_MAX; in shacrypt()