Home
last modified time | relevance | path

Searched refs:ROUNDS_MAX (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.0/ext/standard/
H A Dcrypt_sha256.c328 #define ROUNDS_MAX 999999999 macro
378 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha256_crypt_r()
H A Dcrypt_sha512.c361 #define ROUNDS_MAX 999999999 macro
412 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha512_crypt_r()

Completed in 19 milliseconds