Searched refs:ROUNDS_MAX (Results 1 – 3 of 3) sorted by relevance
62 #define ROUNDS_MAX 999999999 macro92 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha256()
62 #define ROUNDS_MAX 999999999 macro92 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha512()
504 # define ROUNDS_MAX 999999999 in shacrypt() macro550 if (srounds > ROUNDS_MAX) in shacrypt()551 rounds = ROUNDS_MAX; in shacrypt()