Searched refs:hash_update (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/hash/tests/ |
H A D | reuse.phpt | 10 hash_update($h, 'foo'); 12 Warning: hash_update(): supplied resource is not a valid Hash Context resource in %s%eext%ehash%ete…
|
H A D | hmac-md5.phpt | 9 hash_update($ctx, 'Hi There'); 13 hash_update($ctx, 'what do ya want for nothing?');
|
H A D | hash-clone.phpt | 13 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 D | hash_copy_001.phpt | 13 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 D | hash.c | 154 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 D | README | 15 hash_update($context, $message);
|
H A D | php_hash.h | 39 php_hash_update_func_t hash_update; member 141 PHP_FUNCTION(hash_update);
|
Completed in 23 milliseconds