Searched refs:srounds (Results 1 – 2 of 2) sorted by relevance
65 u_long srounds; in crypt_sha512_r() local90 srounds = strtoul(num, &endp, 10); in crypt_sha512_r()94 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha512_r()
65 u_long srounds; in crypt_sha256_r() local90 srounds = strtoul(num, &endp, 10); in crypt_sha256_r()94 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in crypt_sha256_r()