Searched refs:rounds (Results 1 – 2 of 2) sorted by relevance
81 size_t rounds = ROUNDS_DEFAULT; in __sha256_crypt_r() local99 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha256_crypt_r()208 for (cnt = 0; cnt < rounds; ++cnt) in __sha256_crypt_r()245 sha256_rounds_prefix, rounds); in __sha256_crypt_r()
81 size_t rounds = ROUNDS_DEFAULT; in __sha512_crypt_r() local99 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha512_crypt_r()209 for (cnt = 0; cnt < rounds; ++cnt) in __sha512_crypt_r()246 sha512_rounds_prefix, rounds); in __sha512_crypt_r()
Completed in 5 milliseconds