Searched refs:srounds (Results 1 – 2 of 2) sorted by relevance
375 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r() local378 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha256_crypt_r()
408 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha512_crypt_r() local412 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha512_crypt_r()
Completed in 10 milliseconds