Searched refs:srounds (Results 1 – 2 of 2) sorted by relevance
133 unsigned long int srounds = strtoul (num, &endp, 10); in __sha256_crypt_r() local137 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha256_crypt_r()
133 unsigned long int srounds = strtoul (num, &endp, 10); in __sha512_crypt_r() local137 rounds = MAX (ROUNDS_MIN, MIN (srounds, ROUNDS_MAX)); in __sha512_crypt_r()