Home
last modified time | relevance | path

Searched refs:hash_update (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/hash/tests/
H A Dmurmurhash3_seed.phpt7 hash_update($ctx, "Two");
8 hash_update($ctx, " hashes");
9 hash_update($ctx, " meet");
10 hash_update($ctx, " in");
11 hash_update($ctx, " a");
12 hash_update($ctx, " bar.");
20 hash_update($ctx, "Two");
23 hash_update($ctx, " in");
24 hash_update($ctx, " a");
33 hash_update($ctx, "Two");
[all …]
H A Dmurmurhash3.phpt20 hash_update($ctx, "hello");
21 hash_update($ctx, " there");
27 hash_update($ctx, "hello");
28 hash_update($ctx, " there");
34 hash_update($ctx, "hello");
35 hash_update($ctx, " there");
H A Dxxhash_seed.phpt9 hash_update($ctx, "Lorem");
10 hash_update($ctx, " ipsum dolor");
11 hash_update($ctx, " sit amet,");
12 hash_update($ctx, " consectetur adipiscing elit.");
H A Dxxhash_secret.phpt37 hash_update($ctx, "Lorem");
38 hash_update($ctx, " ipsum dolor");
39 hash_update($ctx, " sit amet,");
40 hash_update($ctx, " consectetur adipiscing elit.");
H A Dreuse.phpt9 hash_update($h, 'foo');
17 hash_update(): Argument #1 ($context) must be a valid, non-finalized HashContext
H A Dhmac-md5.phpt7 hash_update($ctx, 'Hi There');
11 hash_update($ctx, 'what do ya want for nothing?');
H A Dxxhash_unserialize_memsize.phpt10 hash_update($hash, '');
20 hash_update($hash, '');
H A Dhash_serialize_003.phpt233 hash_update($ctx, "Can’t tell if this is true or dream");
249 hash_update($ctx, "I can't remember anything");
H A Dhash_serialize_001.phpt16 hash_update($ctx1, "I can't remember anything");
30 hash_update($orig, "I can't remember anything");
34 hash_update($fresh, "I can't remember anythingCan’t tell if this is true or dream");
38 hash_update($copy, "Can’t tell if this is true or dream");
H A Dhash-clone.phpt11 hash_update($orig, "I can't remember anything");
21 hash_update($orig, "I can't remember anything");
25 hash_update($copy, "Can’t tell if this is true or dream");
H A Dhash_copy_001.phpt11 hash_update($orig, "I can't remember anything");
21 hash_update($orig, "I can't remember anything");
25 hash_update($copy, "Can’t tell if this is true or dream");
/php-src/ext/hash/
H A Dhash.c392 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash()
484 ops->hash_update(context, key, key_len); in php_hash_hmac_prep_key()
495 ops->hash_update(context, key, ops->block_size); in php_hash_hmac_round()
496 ops->hash_update(context, data, data_size); in php_hash_hmac_round()
538 ops->hash_update(context, K, ops->block_size); in php_hash_do_hash_hmac()
540 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash_hmac()
690 PHP_FUNCTION(hash_update) in PHP_FUNCTION() argument
956 ops->hash_update(context, K, ops->block_size); in PHP_FUNCTION()
959 ops->hash_update(context, digest, ops->digest_size); in PHP_FUNCTION()
966 ops->hash_update(context, c, 1); in PHP_FUNCTION()
[all …]
H A Dhash.stub.php32 function hash_update(HashContext $context, string $data): true {}
H A Dhash_arginfo.h141 ZEND_FUNCTION(hash_update);
176 ZEND_FE(hash_update, arginfo_hash_update)
H A Dphp_hash.h44 php_hash_update_func_t hash_update; member
/php-src/
H A DNEWS64 . Changed return type of hash_update() to true. (nielsdos)
H A DUPGRADING350 . Changed the return type of hash_update() to true. It was already the case that only

Completed in 42 milliseconds