Home
last modified time | relevance | path

Searched refs:php_hash_fetch_ops (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/hash/
H A Dphp_hash.h141 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo);
H A Dhash.c98 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /* {{{ */ in php_hash_fetch_ops() function
359 ops = php_hash_fetch_ops(algo); in php_hash_do_hash()
497 ops = php_hash_fetch_ops(algo); in php_hash_do_hash_hmac()
613 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()
894 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()
988 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()
1521 ops = php_hash_fetch_ops(Z_STR_P(algo_zv)); in PHP_METHOD()

Completed in 30 milliseconds