Searched refs:K3 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/hash/ |
H A D | hash_sha_ni.c | 79 #define RND4(S, W, K0, K1, K2, K3) do { \ argument 83 M = _mm_add_epi32(W, IMM4(K3, K2, K1, K0)); \ 102 #define RNDMSG(S, W, i, K0, K1, K2, K3) do { \ argument 103 RND4(S, W[i % 4], K0, K1, K2, K3); \
|
H A D | hash_haval.c | 39 static const uint32_t K3[32] = { variable 158 …],E[M1[i]],E[M2[i]],E[M3[i]],E[M4[i]],E[M5[i]],E[M0[i]]),7) + ROTR(E[M7[i]],11) + x[I3[i]] + K3[i]; in PHP_3HAVALTransform() 191 …],E[M4[i]],E[M3[i]],E[M6[i]],E[M0[i]],E[M2[i]],E[M5[i]]),7) + ROTR(E[M7[i]],11) + x[I3[i]] + K3[i]; in PHP_4HAVALTransform() 226 …],E[M6[i]],E[M0[i]],E[M4[i]],E[M3[i]],E[M1[i]],E[M5[i]]),7) + ROTR(E[M7[i]],11) + x[I3[i]] + K3[i]; in PHP_5HAVALTransform()
|
Completed in 6 milliseconds