Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/tests/
H A Dhmac-md5.phpt9 hash_update($ctx, 'Hi There');
13 hash_update($ctx, 'what do ya want for nothing?');
H A Dhash_copy_001.phpt13 hash_update($orig, b"I can't remember anything");
23 hash_update($orig, b"I can't remember anything");
27 hash_update($copy, b"Can’t tell if this is true or dream");
/PHP-5.5/ext/hash/
H A Dhash.c164 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash()
168 ops->hash_update(context, (unsigned char *) data, data_len); in php_hash_do_hash()
226 ops->hash_update(context, key, key_len); in php_hash_hmac_prep_key()
237 ops->hash_update(context, key, ops->block_size); in php_hash_hmac_round()
238 ops->hash_update(context, data, data_size); in php_hash_hmac_round()
284 ops->hash_update(context, (unsigned char *) K, ops->block_size); in php_hash_do_hash_hmac()
286 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash_hmac()
381 ops->hash_update(context, (unsigned char *) key, key_len); in PHP_FUNCTION()
403 PHP_FUNCTION(hash_update) in PHP_FUNCTION() argument
942 ops->hash_update(context, &null, 1); in PHP_FUNCTION()
[all …]
H A Dphp_hash.h40 php_hash_update_func_t hash_update; member
125 PHP_FUNCTION(hash_update);
H A DREADME15 hash_update($context, $message);
/PHP-5.5/ext/session/
H A Dsession.c337 PS(hash_ops)->hash_update(hash_context, (unsigned char *) buf, strlen(buf)); in php_session_create_id()
364 PS(hash_ops)->hash_update(hash_context, rbuf, toread); in php_session_create_id()
391 PS(hash_ops)->hash_update(hash_context, rbuf, n); in php_session_create_id()

Completed in 28 milliseconds