Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash.c86 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len) /* {{{ */ in php_hash_fetch_ops() function
130 ops = php_hash_fetch_ops(algo, algo_len); in php_hash_do_hash()
253 ops = php_hash_fetch_ops(algo, algo_len); in php_hash_do_hash_hmac()
359 ops = php_hash_fetch_ops(ZSTR_VAL(algo), ZSTR_LEN(algo)); in PHP_FUNCTION()
638 ops = php_hash_fetch_ops(ZSTR_VAL(algo), ZSTR_LEN(algo)); in PHP_FUNCTION()
738 ops = php_hash_fetch_ops(algo, algo_len); in PHP_FUNCTION()
1028 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION()
1071 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION()
H A Dphp_hash.h147 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len);

Completed in 10 milliseconds