Searched refs:HASH_HMAC (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/hash/tests/ |
H A D | hash_serialize_002.phpt | 2 Hash: serialize()/unserialize() with HASH_HMAC 16 $ctx0 = hash_init($algo, HASH_HMAC, $key); 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 [all …]
|
H A D | hash_init_error.phpt | 15 echo "\n-- Testing hash_init() function with HASH_HMAC and non-cryptographic algorithms --\n"; 17 var_dump(hash_init('crc32', HASH_HMAC)); 23 echo "\n-- Testing hash_init() function with HASH_HMAC and no key --\n"; 25 var_dump(hash_init('md5', HASH_HMAC)); 32 var_dump(hash_init('md5', HASH_HMAC, null)); 46 -- Testing hash_init() function with HASH_HMAC and non-cryptographic algorithms -- 49 -- Testing hash_init() function with HASH_HMAC and no key --
|
H A D | hmac-md5.phpt | 6 $ctx = hash_init('md5',HASH_HMAC,str_repeat(chr(0x0b), 16)); 10 $ctx = hash_init('md5',HASH_HMAC,'Jefe');
|
H A D | hash_serialize_004.phpt | 19 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjI7aTo0O2E6MDp7fX0=", // flags indicate HASH_HMAC 40 HashContext with HASH_HMAC option cannot be serialized
|
H A D | bug52240.phpt | 6 $h = hash_init('md5', HASH_HMAC, '123456');
|
H A D | gh16711_1.phpt | 15 ["HASH_HMAC"]=>
|
H A D | gh16711_2.phpt | 15 ["HASH_HMAC"]=>
|
/PHP-8.4/ext/hash/ |
H A D | hash.stub.php | 9 const HASH_HMAC = UNKNOWN; define
|
Completed in 11 milliseconds