Home
last modified time | relevance | path

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

/freebsd/lib/libcrypt/
H A Dcrypt-sha256.c59 #define ROUNDS_MIN 1000 macro
91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha256()
H A Dcrypt-sha512.c59 #define ROUNDS_MIN 1000 macro
91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha512()
/freebsd/crypto/openssl/apps/
H A Dpasswd.c505 # define ROUNDS_MIN 1000 in shacrypt() macro
555 else if (srounds < ROUNDS_MIN) in shacrypt()
556 rounds = ROUNDS_MIN; in shacrypt()