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.c105 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /* {{{ */ in php_hash_fetch_ops() function
366 ops = php_hash_fetch_ops(algo); in php_hash_do_hash()
508 ops = php_hash_fetch_ops(algo); in php_hash_do_hash_hmac()
625 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()
910 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()
1005 ops = php_hash_fetch_ops(algo); in PHP_FUNCTION()
1537 ops = php_hash_fetch_ops(Z_STR_P(algo_zv)); in PHP_METHOD()

Completed in 13 milliseconds