Home
last modified time | relevance | path

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

/PHP-7.3/ext/hash/tests/
H A Dreuse.phpt10 hash_update($h, 'foo');
12 Warning: hash_update(): supplied resource is not a valid Hash Context resource in %s%eext%ehash%ete…
H A Dhmac-md5.phpt9 hash_update($ctx, 'Hi There');
13 hash_update($ctx, 'what do ya want for nothing?');
H A Dhash-clone.phpt13 hash_update($orig, "I can't remember anything");
23 hash_update($orig, "I can't remember anything");
27 hash_update($copy, "Can’t tell if this is true or dream");
H A Dhash_copy_001.phpt13 hash_update($orig, "I can't remember anything");
23 hash_update($orig, "I can't remember anything");
27 hash_update($copy, "Can’t tell if this is true or dream");
/PHP-7.3/ext/hash/
H A Dhash.c154 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash()
216 ops->hash_update(context, key, key_len); in php_hash_hmac_prep_key()
227 ops->hash_update(context, key, ops->block_size); in php_hash_hmac_round()
228 ops->hash_update(context, data, data_size); in php_hash_hmac_round()
281 ops->hash_update(context, K, ops->block_size); in php_hash_do_hash_hmac()
283 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash_hmac()
418 PHP_FUNCTION(hash_update) in PHP_FUNCTION() argument
681 ops->hash_update(context, K, ops->block_size); in PHP_FUNCTION()
691 ops->hash_update(context, c, 1); in PHP_FUNCTION()
1084 ops->hash_update(context, &null, 1); in PHP_FUNCTION()
[all …]
H A DREADME15 hash_update($context, $message);
H A Dphp_hash.h39 php_hash_update_func_t hash_update; member
141 PHP_FUNCTION(hash_update);

Completed in 25 milliseconds