Searched refs:srounds (Results 1 – 2 of 2) sorted by relevance
359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r() local362 if (srounds < ROUNDS_MIN || srounds > ROUNDS_MAX) { in php_sha256_crypt_r()366 rounds = srounds; in php_sha256_crypt_r()
392 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha512_crypt_r() local396 if (srounds < ROUNDS_MIN || srounds > ROUNDS_MAX) { in php_sha512_crypt_r()400 rounds = srounds; in php_sha512_crypt_r()
Completed in 7 milliseconds