Home
last modified time | relevance | path

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

/php-src/Zend/tests/weakrefs/
H A Dgh10043-016.phpt7 class K2 {}
13 $k2 = new K2();
39 object(K2)#3 (0) {
42 object(K2)#3 (0) {
/php-src/ext/hash/
H A Dhash_haval.c33 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 Dhash.c994 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 15 milliseconds