Searched refs:K2 (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/Zend/tests/weakrefs/ |
H A D | gh10043-016.phpt | 7 class K2 {} 13 $k2 = new K2(); 39 object(K2)#3 (0) { 42 object(K2)#3 (0) {
|
/PHP-8.3/ext/hash/ |
H A D | hash_haval.c | 33 static const uint32_t K2[32] = { variable 155 …],E[M2[i]],E[M1[i]],E[M0[i]],E[M5[i]],E[M3[i]],E[M6[i]]),7) + ROTR(E[M7[i]],11) + x[I2[i]] + K2[i]; in PHP_3HAVALTransform() 188 …],E[M5[i]],E[M2[i]],E[M0[i]],E[M1[i]],E[M6[i]],E[M4[i]]),7) + ROTR(E[M7[i]],11) + x[I2[i]] + K2[i]; in PHP_4HAVALTransform() 223 …],E[M2[i]],E[M1[i]],E[M0[i]],E[M3[i]],E[M4[i]],E[M5[i]]),7) + ROTR(E[M7[i]],11) + x[I2[i]] + K2[i]; in PHP_5HAVALTransform()
|
H A D | hash.c | 994 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local 1031 K2 = emalloc(ops->block_size); in PHP_FUNCTION() 1038 php_hash_string_xor_char(K2, K1, 0x6A, ops->block_size); in PHP_FUNCTION() 1069 php_hash_hmac_round(digest, ops, context, K2, digest, ops->digest_size); in PHP_FUNCTION() 1082 php_hash_hmac_round(digest, ops, context, K2, digest, ops->digest_size); in PHP_FUNCTION() 1092 ZEND_SECURE_ZERO(K2, ops->block_size); in PHP_FUNCTION() 1095 efree(K2); in PHP_FUNCTION()
|
Completed in 13 milliseconds