Home
last modified time | relevance | path

Searched refs:php_safe_bcmp (Results 1 – 4 of 4) sorted by relevance

/php-src/main/
H A Dsafe_bcmp.c26 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b) in php_safe_bcmp() function
H A Dphp.h183 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b);
/php-src/ext/standard/
H A Dpassword.c171 status = php_safe_bcmp(ret, hash); in php_password_bcrypt_verify()
/php-src/ext/hash/
H A Dhash.c1135 result = php_safe_bcmp(Z_STR_P(known_zval), Z_STR_P(user_zval)); in PHP_FUNCTION()

Completed in 17 milliseconds