Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 2 of 2) sorted by relevance

/libcrypt/
A Dsha256-crypt.c81 size_t rounds = ROUNDS_DEFAULT; in __sha256_crypt_r() local
99 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()
A Dsha512-crypt.c81 size_t rounds = ROUNDS_DEFAULT; in __sha512_crypt_r() local
99 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