Searched refs:K2 (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/hash/ |
| H A D | hash_haval.c | 37 static const php_hash_uint32 K2[32] = { variable 160 E[7 - (i % 8)] = ROTR(F2(E[M4[i]],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]; 194 E[7 - (i % 8)] = ROTR(F2(E[M3[i]],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]; 230 E[7 - (i % 8)] = ROTR(F2(E[M6[i]],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];
|
| H A D | hash.c | 613 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; local 650 K2 = emalloc(ops->block_size); 657 php_hash_string_xor_char(K2, K1, 0x6A, ops->block_size); 688 php_hash_hmac_round(digest, ops, context, K2, digest, ops->digest_size); 701 php_hash_hmac_round(digest, ops, context, K2, digest, ops->digest_size); 711 memset(K2, 0, ops->block_size); 714 efree(K2);
|
Completed in 5 milliseconds