Searched refs:rounds_custom (Results 1 – 2 of 2) sorted by relevance
363 zend_bool rounds_custom = 0; in php_sha256_crypt_r() local379 rounds_custom = 1; in php_sha256_crypt_r()521 if (rounds_custom) { in php_sha256_crypt_r()
396 zend_bool rounds_custom = 0; in php_sha512_crypt_r() local413 rounds_custom = 1; in php_sha512_crypt_r()556 if (rounds_custom) { in php_sha512_crypt_r()
Completed in 10 milliseconds