Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c381 unsigned long int srounds = strtoul(num, &endp, 10); in php_sha256_crypt_r() local
384 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha256_crypt_r()
H A Dcrypt_sha512.c414 unsigned long int srounds = strtoul(num, &endp, 10); in php_sha512_crypt_r() local
418 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha512_crypt_r()

Completed in 8 milliseconds