Home
last modified time | relevance | path

Searched refs:php_hashcontext_object (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/hash/
H A Dphp_hash.h32 typedef struct _php_hashcontext_object php_hashcontext_object; typedef
38 typedef int (*php_hash_serialize_func_t)(const php_hashcontext_object *hash, zend_long *magic, zva…
39 typedef int (*php_hash_unserialize_func_t)(php_hashcontext_object *hash, zend_long magic, const zv…
67 static inline php_hashcontext_object *php_hashcontext_from_object(zend_object *obj) { in php_hashcontext_from_object()
68 return ((php_hashcontext_object*)(obj + 1)) - 1; in php_hashcontext_from_object()
144 PHP_HASH_API int php_hash_serialize(const php_hashcontext_object *context, zend_long *magic, zval *…
145 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *context, zend_long magic, const zval …
146 PHP_HASH_API int php_hash_serialize_spec(const php_hashcontext_object *context, zval *zv, const cha…
147 PHP_HASH_API int php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char…
H A Dhash_sha3.c204 static int php_sha3_unserialize(php_hashcontext_object *hash, in php_sha3_unserialize()
238 static int php_sha3##bits##_unserialize(php_hashcontext_object *hash, \
296 static int php_keccak_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv) in php_keccak_serialize()
302 static int php_keccak_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_keccak_unserialize()
H A Dhash.c607 php_hashcontext_object *hash; in PHP_FUNCTION()
680 php_hashcontext_object *hash; in PHP_FUNCTION()
699 php_hashcontext_object *hash; in PHP_FUNCTION()
736 php_hashcontext_object *hash; in PHP_FUNCTION()
770 php_hashcontext_object *hash; in PHP_FUNCTION()
1356 php_hashcontext_object *objval = zend_object_alloc(sizeof(php_hashcontext_object), ce); in php_hashcontext_create()
1369 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor()
1386 php_hashcontext_object *oldobj = php_hashcontext_from_object(zobj); in php_hashcontext_clone()
1388 php_hashcontext_object *newobj = php_hashcontext_from_object(znew); in php_hashcontext_clone()
1435 php_hashcontext_object *hash = php_hashcontext_from_object(Z_OBJ_P(object)); in PHP_METHOD()
[all …]
H A Dhash_md.c50 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv);
358 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
H A Dhash_snefru.c192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize()
H A Dhash_tiger.c242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_unserialize()
H A Dhash_whirlpool.c432 static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_whirlpool_unserialize()
H A Dhash_gost.c307 static int php_gost_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_gost_unserialize()

Completed in 64 milliseconds