Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash.c109 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()
147 context = emalloc(ops->context_size); in php_hash_do_hash()
275 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()
380 context = emalloc(ops->context_size); in PHP_FUNCTION()
664 context = emalloc(ops->context_size); in PHP_FUNCTION()
763 context = emalloc(ops->context_size); in PHP_FUNCTION()
1084 context = emalloc(ops->context_size); in PHP_FUNCTION()
1161 newobj->context = emalloc(newobj->ops->context_size); in php_hashcontext_clone()
H A Dphp_hash.h45 size_t context_size; member

Completed in 24 milliseconds