Searched refs:php_hash_fetch_ops (Results 1 – 2 of 2) sorted by relevance
148 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo);
106 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /* {{{ */ in php_hash_fetch_ops() function367 ops = php_hash_fetch_ops(algo); in php_hash_do_hash()509 ops = php_hash_fetch_ops(algo); in php_hash_do_hash_hmac()626 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()911 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()1006 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()1542 ops = php_hash_fetch_ops(Z_STR_P(algo_zv)); in PHP_METHOD()
Completed in 15 milliseconds