Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dphp_hash.h148 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo);
H A Dhash.c106 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /* {{{ */ in php_hash_fetch_ops() function
367 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()
1538 ops = php_hash_fetch_ops(Z_STR_P(algo_zv)); in PHP_METHOD()

Completed in 15 milliseconds