Home
last modified time | relevance | path

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

/PHP-5.3/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.phpt12 hash_update($orig, b"I can't remember anything");
21 hash_update($orig, b"I can't remember anything");
25 hash_update($copy, b"Can’t tell if this is true or dream");
/PHP-5.3/ext/hash/
H A Dhash.c154 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash()
158 ops->hash_update(context, (unsigned char *) data, data_len); in php_hash_do_hash()
232 ops->hash_update(context, (unsigned char *) key, key_len); in php_hash_do_hash_hmac()
244 ops->hash_update(context, (unsigned char *) K, ops->block_size); in php_hash_do_hash_hmac()
251 ops->hash_update(context, (unsigned char *) buf, n); in php_hash_do_hash_hmac()
255 ops->hash_update(context, (unsigned char *) data, data_len); in php_hash_do_hash_hmac()
268 ops->hash_update(context, (unsigned char *) K, ops->block_size); in php_hash_do_hash_hmac()
355 ops->hash_update(context, (unsigned char *) key, key_len); in PHP_FUNCTION()
377 PHP_FUNCTION(hash_update) in PHP_FUNCTION() argument
792 ops->hash_update(context, &null, 1); in PHP_FUNCTION()
[all …]
H A Dphp_hash.h40 php_hash_update_func_t hash_update; member
124 PHP_FUNCTION(hash_update);
H A DREADME15 hash_update($context, $message);
/PHP-5.3/ext/session/
H A Dsession.c395 PS(hash_ops)->hash_update(hash_context, (unsigned char *) buf, strlen(buf)); in php_session_create_id()
422 PS(hash_ops)->hash_update(hash_context, rbuf, toread); in php_session_create_id()
449 PS(hash_ops)->hash_update(hash_context, rbuf, n); in php_session_create_id()

Completed in 16 milliseconds