Lines Matching refs:hash_init
384 ops->hash_init(context, args); in php_hash_do_hash()
482 ops->hash_init(context, NULL); in php_hash_hmac_prep_key()
493 ops->hash_init(context, NULL); in php_hash_hmac_round()
536 ops->hash_init(context, NULL); in php_hash_do_hash_hmac()
612 PHP_FUNCTION(hash_init) in PHP_FUNCTION() argument
647 ops->hash_init(context, args); in PHP_FUNCTION()
665 ops->hash_init(context, args); in PHP_FUNCTION()
807 hash->ops->hash_init(hash->context, NULL); in PHP_FUNCTION()
934 ops->hash_init(context, NULL); in PHP_FUNCTION()
954 ops->hash_init(context, NULL); in PHP_FUNCTION()
1027 ops->hash_init(context, args); in PHP_FUNCTION()
1332 ops->hash_init(context, NULL); in PHP_FUNCTION()
1338 ops->hash_init(context, NULL); in PHP_FUNCTION()
1415 newobj->ops->hash_init(newobj->context, NULL); in php_hashcontext_clone()
1553 ops->hash_init(hash->context, NULL); in PHP_METHOD()