Home
last modified time | relevance | path

Searched refs:K1 (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/hash/
H A Dhash.c618 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2; in PHP_FUNCTION() local
653 K1 = emalloc(ops->block_size); in PHP_FUNCTION()
659 php_hash_hmac_prep_key(K1, ops, context, (unsigned char *) pass, pass_len); in PHP_FUNCTION()
661 php_hash_string_xor_char(K2, K1, 0x6A, ops->block_size); in PHP_FUNCTION()
691 php_hash_hmac_round(digest, ops, context, K1, computed_salt, (long) salt_len + 4); in PHP_FUNCTION()
704 php_hash_hmac_round(digest, ops, context, K1, digest, ops->digest_size); in PHP_FUNCTION()
714 memset(K1, 0, ops->block_size); in PHP_FUNCTION()
717 efree(K1); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic17036 >>3 byte 0x20 K1

Completed in 48 milliseconds