Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/
H A Dhash.c110 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()
148 context = emalloc(ops->context_size); in php_hash_do_hash()
272 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()
368 context = emalloc(ops->context_size); in php_hashcontext_ctor()
657 context = emalloc(ops->context_size); in PHP_FUNCTION()
756 context = emalloc(ops->context_size); in PHP_FUNCTION()
1074 context = emalloc(ops->context_size); in PHP_FUNCTION()
1151 newobj->context = emalloc(newobj->ops->context_size); in php_hashcontext_clone()
H A Dphp_hash.h47 int context_size; member

Completed in 20 milliseconds