Searched refs:HashContext (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/hash/tests/ |
H A D | hash_serialize_002.phpt | 29 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 D | new-context.phpt | 2 Hash: Attempt to instantiate a HashContext directly 7 new HashContext; 13 Exception: Call to private HashContext::__construct() from global scope
|
H A D | bug81714.phpt | 2 Bug #81714 (segfault when serializing finalized HashContext) 14 string(52) "HashContext for algorithm "md5" cannot be serialized"
|
H A D | hash_serialize_004.phpt | 36 HashContext::__unserialize called on initialized object 40 HashContext with HASH_HMAC option cannot be serialized
|
H A D | xxhash_unserialize_memsize.phpt | 7 …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 D | gh12186_2.phpt | 17 Cannot clone a finalized HashContext
|
H A D | gh12186_1.phpt | 17 hash_copy(): Argument #1 ($context) must be a valid, non-finalized HashContext
|
H A D | reuse.phpt | 17 hash_update(): Argument #1 ($context) must be a valid, non-finalized HashContext
|
/PHP-8.2/ext/hash/ |
H A D | hash.stub.php | 32 function hash_update(HashContext $context, string $data): bool {} 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 {} 96 final class HashContext
|
H A D | hash_arginfo.h | 32 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) 167 ZEND_METHOD(HashContext, __construct); 168 ZEND_METHOD(HashContext, __serialize); 169 ZEND_METHOD(HashContext, __unserialize); [all …]
|
H A D | hash.c | 1143 PHP_METHOD(HashContext, __construct) { in PHP_METHOD() argument 1453 PHP_METHOD(HashContext, __serialize) in PHP_METHOD() argument 1501 PHP_METHOD(HashContext, __unserialize) in PHP_METHOD() argument
|
/PHP-8.2/sapi/fuzzer/ |
H A D | README.md | 28 * `php-fuzz-unserializehash`: Fuzzing unserialize() for HashContext objects
|
/PHP-8.2/ |
H A D | NEWS | 1177 . Fixed bug GH-12186 (segfault copying/cloning a finalized HashContext).
|
Completed in 23 milliseconds