Home
last modified time | relevance | path

Searched refs:HashContext (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/hash/tests/
H A Dhash_serialize_002.phpt29 HashContext with HASH_HMAC option cannot be serialized
31 HashContext with HASH_HMAC option cannot be serialized
33 HashContext with HASH_HMAC option cannot be serialized
35 HashContext with HASH_HMAC option cannot be serialized
37 HashContext with HASH_HMAC option cannot be serialized
39 HashContext with HASH_HMAC option cannot be serialized
41 HashContext with HASH_HMAC option cannot be serialized
43 HashContext with HASH_HMAC option cannot be serialized
45 HashContext with HASH_HMAC option cannot be serialized
47 HashContext with HASH_HMAC option cannot be serialized
[all …]
H A Dnew-context.phpt2 Hash: Attempt to instantiate a HashContext directly
7 new HashContext;
13 Exception: Call to private HashContext::__construct() from global scope
H A Dbug81714.phpt2 Bug #81714 (segfault when serializing finalized HashContext)
14 string(52) "HashContext for algorithm "md5" cannot be serialized"
H A Dhash_serialize_004.phpt36 HashContext::__unserialize called on initialized object
40 HashContext with HASH_HMAC option cannot be serialized
H A Dxxhash_unserialize_memsize.phpt7 …O:11:"HashContext":5:{i:0;s:5:"xxh32";i:1;i:0;i:2;a:12:{i:0;i:0;i:1;i:0;i:2;i:606290984;i:3;i:-204…
17 …O:11:"HashContext":5:{i:0;s:5:"xxh64";i:1;i:0;i:2;a:22:{i:0;i:0;i:1;i:0;i:2;i:6;i:3;i:2;i:4;i:8;i:…
H A Dgh12186_2.phpt17 Cannot clone a finalized HashContext
H A Dreuse.phpt17 hash_update(): Argument #1 ($context) must be a valid, non-finalized HashContext
H A Dgh12186_1.phpt17 hash_copy(): Argument #1 ($context) must be a valid, non-finalized HashContext
/php-src/ext/hash/
H A Dhash.stub.php32 function hash_update(HashContext $context, string $data): true {}
35 function hash_update_stream(HashContext $context, $stream, int $length = -1): int {}
38 function hash_update_file(HashContext $context, string $filename, $stream_context = null): bool {}
41 function hash_final(HashContext $context, bool $binary = false): string {}
44 function hash_copy(HashContext $context): HashContext {}
98 final class HashContext
H A Dhash_arginfo.h32 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_hash_init, 0, 1, HashContext, 0)
40 ZEND_ARG_OBJ_INFO(0, context, HashContext, 0)
45 ZEND_ARG_OBJ_INFO(0, context, HashContext, 0)
51 ZEND_ARG_OBJ_INFO(0, context, HashContext, 0)
57 ZEND_ARG_OBJ_INFO(0, context, HashContext, 0)
61 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_hash_copy, 0, 1, HashContext, 0)
62 ZEND_ARG_OBJ_INFO(0, context, HashContext, 0)
166 ZEND_METHOD(HashContext, __construct);
167 ZEND_METHOD(HashContext, __serialize);
168 ZEND_METHOD(HashContext, __unserialize);
[all …]
H A Dhash.c1143 PHP_METHOD(HashContext, __construct) { in PHP_METHOD() argument
1449 PHP_METHOD(HashContext, __serialize) in PHP_METHOD() argument
1497 PHP_METHOD(HashContext, __unserialize) in PHP_METHOD() argument
/php-src/sapi/fuzzer/
H A DREADME.md28 * `php-fuzz-unserializehash`: Fuzzing unserialize() for HashContext objects

Completed in 32 milliseconds