Lines Matching defs:algo
98 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /* {{{ */ in php_hash_fetch_ops()
108 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
352 …zval *return_value, zend_string *algo, char *data, size_t data_len, zend_bool raw_output, bool isf… in php_hash_do_hash()
417 zend_string *algo; in PHP_FUNCTION() local
437 zend_string *algo; in PHP_FUNCTION() local
489 …zval *return_value, zend_string *algo, char *data, size_t data_len, char *key, size_t key_len, zen… in php_hash_do_hash_hmac()
570 zend_string *algo; in PHP_FUNCTION() local
587 zend_string *algo; in PHP_FUNCTION() local
603 zend_string *algo, *key = NULL; in PHP_FUNCTION() local
882 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
975 zend_string *returnval, *algo; in PHP_FUNCTION() local
1196 zend_string *algo = NULL; in PHP_FUNCTION() local