Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/tests/
H A Dreuse.phpt8 hash_update($h, 'foo');
10 Warning: hash_update(): supplied resource is not a valid Hash Context resource in %s%eext%ehash%ete…
H A Dhmac-md5.phpt7 hash_update($ctx, 'Hi There');
11 hash_update($ctx, 'what do ya want for nothing?');
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-7.4/ext/hash/
H A Dhash.c155 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash()
221 ops->hash_update(context, key, key_len); in php_hash_hmac_prep_key()
232 ops->hash_update(context, key, ops->block_size); in php_hash_hmac_round()
233 ops->hash_update(context, data, data_size); in php_hash_hmac_round()
286 ops->hash_update(context, K, ops->block_size); in php_hash_do_hash_hmac()
288 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash_hmac()
424 PHP_FUNCTION(hash_update) in PHP_FUNCTION() argument
688 ops->hash_update(context, K, ops->block_size); in PHP_FUNCTION()
698 ops->hash_update(context, c, 1); in PHP_FUNCTION()
1094 ops->hash_update(context, &null, 1); in PHP_FUNCTION()
[all …]
H A Dphp_hash.h39 php_hash_update_func_t hash_update; member
138 PHP_FUNCTION(hash_update);
/PHP-7.4/
H A DNEWS13 . Fixed bug #81738: buffer overflow in hash_update() on long parameter.

Completed in 18 milliseconds