Searched refs:rounds_custom (Results 1 – 2 of 2) sorted by relevance
347 zend_bool rounds_custom = 0; in php_sha256_crypt_r() local363 rounds_custom = 1; in php_sha256_crypt_r()505 if (rounds_custom) { in php_sha256_crypt_r()
380 zend_bool rounds_custom = 0; in php_sha512_crypt_r() local397 rounds_custom = 1; in php_sha512_crypt_r()540 if (rounds_custom) { in php_sha512_crypt_r()
Completed in 7 milliseconds