Home
last modified time | relevance | path

Searched refs:hash_init (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/hash/tests/
H A Dhmac-md5.phpt8 $ctx = hash_init('md5',HASH_HMAC,str_repeat(chr(0x0b), 16));
12 $ctx = hash_init('md5',HASH_HMAC,'Jefe');
H A Dbug52240.phpt8 $h = hash_init('crc32b', HASH_HMAC, '123456' );
H A Dhash_copy_002.phpt8 $r = hash_init("md5");
H A Dhash_copy_001.phpt12 $orig = hash_init($algo);
22 $orig = hash_init($algo);
/PHP-5.5/ext/hash/
H A Dphp_hash.h39 php_hash_init_func_t hash_init; member
124 PHP_FUNCTION(hash_init);
H A Dhash.c157 ops->hash_init(context); in php_hash_do_hash()
225 ops->hash_init(context); in php_hash_hmac_prep_key()
236 ops->hash_init(context); in php_hash_hmac_round()
283 ops->hash_init(context); in php_hash_do_hash_hmac()
338 PHP_FUNCTION(hash_init) in PHP_FUNCTION() argument
365 ops->hash_init(context); in PHP_FUNCTION()
384 ops->hash_init(context); in PHP_FUNCTION()
573 hash->ops->hash_init(context); in PHP_FUNCTION()
651 ops->hash_init(context); in PHP_FUNCTION()
933 ops->hash_init(context); in PHP_FUNCTION()
[all …]
H A DREADME14 $context = hash_init($algoname);
/PHP-5.5/ext/session/
H A Dsession.c336 PS(hash_ops)->hash_init(hash_context); in php_session_create_id()

Completed in 27 milliseconds