Home
last modified time | relevance | path

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

/glibc-2.36/crypt/
Dsha256-crypt.c133 unsigned long int srounds = strtoul (num, &endp, 10); in __sha256_crypt_r() local
137 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha256_crypt_r()
Dsha512-crypt.c133 unsigned long int srounds = strtoul (num, &endp, 10); in __sha512_crypt_r() local
137 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha512_crypt_r()