Home
last modified time | relevance | path

Searched refs:hash_init (Results 1 – 25 of 25) sorted by relevance

/php-src/ext/hash/tests/
H A Dhash_init_error.phpt2 Hash: hash_init() function - errors test
5 echo "*** Testing hash_init(): error conditions ***\n";
7 echo "\n-- Testing hash_init() function with unknown algorithms --\n";
9 var_dump(hash_init('dummy'));
17 var_dump(hash_init('crc32', HASH_HMAC));
25 var_dump(hash_init('md5', HASH_HMAC));
32 var_dump(hash_init('md5', HASH_HMAC, null));
41 *** Testing hash_init(): error conditions ***
43 -- Testing hash_init() function with unknown algorithms --
44 hash_init(): Argument #1 ($algo) must be a valid hashing algorithm
[all …]
H A Dxxhash_secret.phpt19 $ctx = hash_init($a, options: ["seed" => 24, "secret" => $secret]);
25 $ctx = hash_init($a, options: ["secret" => new StringableThrowingClass()]);
31 $ctx = hash_init($a, options: ["secret" => str_repeat('a', 17)]);
36 $ctx = hash_init($a, options: ["secret" => $secret]);
H A Dmurmurhash3.phpt19 $ctx = hash_init("murmur3a");
26 $ctx = hash_init("murmur3c");
33 $ctx = hash_init("murmur3f");
H A Dhmac-md5.phpt6 $ctx = hash_init('md5',HASH_HMAC,str_repeat(chr(0x0b), 16));
10 $ctx = hash_init('md5',HASH_HMAC,'Jefe');
H A Dmurmurhash3_seed.phpt6 $ctx = hash_init("murmur3f", options: ["seed" => 42]);
19 $ctx = hash_init("murmur3c", options: ["seed" => 106]);
32 $ctx = hash_init("murmur3a", options: ["seed" => 2345]);
H A Dbug81714.phpt5 $h = hash_init('md5');
H A Dgh12186_2.phpt6 $c = hash_init('sha1');
H A Dreuse.phpt6 $h = hash_init('md5');
H A Dgh12186_1.phpt6 $c = hash_init('sha1');
H A Dbug52240.phpt6 $h = hash_init('md5', HASH_HMAC, '123456');
H A Dhash_update_stream.phpt11 $ctx = hash_init('md5');
H A Dhash_update_file.phpt10 $ctx = hash_init('md5');
H A Dxxhash_seed.phpt8 $ctx = hash_init($a, options: ["seed" => 42]);
H A Dhash_update_stream_basic_001.phpt22 $ctx = hash_init('md5');
H A Dhash_serialize_004.phpt7 $ctx = hash_init("sha256");
H A Dhash_serialize_001.phpt11 $ctx0 = hash_init($algo);
29 $orig = hash_init($algo);
33 $fresh = hash_init($algo);
H A Dhash_serialize_003.phpt248 $ctx = hash_init($algo);
H A Dhash-clone.phpt10 $orig = hash_init($algo);
20 $orig = hash_init($algo);
H A Dhash_copy_001.phpt10 $orig = hash_init($algo);
20 $orig = hash_init($algo);
H A Dhash_serialize_002.phpt16 $ctx0 = hash_init($algo, HASH_HMAC, $key);
/php-src/sapi/fuzzer/
H A Dgenerate_unserializehash_corpus.php7 $ctx = hash_init($algo);
/php-src/ext/hash/
H A Dhash.c385 ops->hash_init(context, args); in php_hash_do_hash()
483 ops->hash_init(context, NULL); in php_hash_hmac_prep_key()
494 ops->hash_init(context, NULL); in php_hash_hmac_round()
537 ops->hash_init(context, NULL); in php_hash_do_hash_hmac()
613 PHP_FUNCTION(hash_init) in PHP_FUNCTION() argument
648 ops->hash_init(context, args); in PHP_FUNCTION()
666 ops->hash_init(context, args); in PHP_FUNCTION()
935 ops->hash_init(context, NULL); in PHP_FUNCTION()
955 ops->hash_init(context, NULL); in PHP_FUNCTION()
1028 ops->hash_init(context, args); in PHP_FUNCTION()
[all …]
H A Dhash.stub.php30 function hash_init(string $algo, int $flags = 0, #[\SensitiveParameter] string $key = "", array $op…
H A Dhash_arginfo.h140 ZEND_FUNCTION(hash_init);
175 ZEND_FE(hash_init, arginfo_hash_init)
H A Dphp_hash.h43 php_hash_init_func_t hash_init; member

Completed in 76 milliseconds