Searched refs:ROUNDS_MIN (Results 1 – 3 of 3) sorted by relevance
59 #define ROUNDS_MIN 1000 macro91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha256()
59 #define ROUNDS_MIN 1000 macro91 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha512()
505 # define ROUNDS_MIN 1000 in shacrypt() macro555 else if (srounds < ROUNDS_MIN) in shacrypt()556 rounds = ROUNDS_MIN; in shacrypt()