Searched refs:hash_update (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/hash/tests/ |
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_copy_001.phpt | 13 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.6/ext/hash/ |
H A D | hash.c | 164 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 982 ops->hash_update(context, &null, 1); in PHP_FUNCTION() [all …]
|
H A D | php_hash.h | 45 php_hash_update_func_t hash_update; member 133 PHP_FUNCTION(hash_update);
|
H A D | README | 15 hash_update($context, $message);
|
/PHP-5.6/ext/session/ |
H A D | session.c | 337 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 20 milliseconds