Searched refs:context_size (Results 1 – 3 of 3) sorted by relevance
118 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()155 context = emalloc(ops->context_size); in php_hash_do_hash()237 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()351 context = emalloc(ops->context_size); in PHP_FUNCTION()559 context = emalloc(hash->ops->context_size); in PHP_FUNCTION()795 context = emalloc(ops->context_size); in PHP_FUNCTION()
46 int context_size; member
329 hash_context = emalloc(PS(hash_ops)->context_size); in php_session_create_id()
Completed in 18 milliseconds