Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dhash.c977 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local
1012 K1 = emalloc(ops->block_size); in PHP_FUNCTION()
1018 php_hash_hmac_prep_key(K1, ops, context, (unsigned char *) pass, pass_len); in PHP_FUNCTION()
1020 php_hash_string_xor_char(K2, K1, 0x6A, ops->block_size); in PHP_FUNCTION()
1050 php_hash_hmac_round(digest, ops, context, K1, computed_salt, (zend_long) salt_len + 4); in PHP_FUNCTION()
1063 php_hash_hmac_round(digest, ops, context, K1, digest, ops->digest_size); in PHP_FUNCTION()
1073 ZEND_SECURE_ZERO(K1, ops->block_size); in PHP_FUNCTION()
1076 efree(K1); in PHP_FUNCTION()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます29858 >>3 byte 0x20 K1
H A Dmagic29858 >>3 byte 0x20 K1

Completed in 123 milliseconds