Searched refs:ROUNDS_MAX (Results 1 – 3 of 3) sorted by relevance
61 #define ROUNDS_MAX 999999999 macro91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha256()
61 #define ROUNDS_MAX 999999999 macro91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha512()
507 # define ROUNDS_MAX 999999999 in shacrypt() macro553 if (srounds > ROUNDS_MAX) in shacrypt()554 rounds = ROUNDS_MAX; in shacrypt()