Searched refs:W2 (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | sm3.c | 65 #define W2(i) (W[i & 0x0f] = \ macro 97 R1(a, b, c, d, e, f, g, h, K[12], W1(12), W2(16)); in sm3_transform() 98 R1(d, a, b, c, h, e, f, g, K[13], W1(13), W2(17)); in sm3_transform() 99 R1(c, d, a, b, g, h, e, f, K[14], W1(14), W2(18)); in sm3_transform() 100 R1(b, c, d, a, f, g, h, e, K[15], W1(15), W2(19)); in sm3_transform() 102 R2(a, b, c, d, e, f, g, h, K[16], W1(16), W2(20)); in sm3_transform() 103 R2(d, a, b, c, h, e, f, g, K[17], W1(17), W2(21)); in sm3_transform() 104 R2(c, d, a, b, g, h, e, f, K[18], W1(18), W2(22)); in sm3_transform() 105 R2(b, c, d, a, f, g, h, e, K[19], W1(19), W2(23)); in sm3_transform() 106 R2(a, b, c, d, e, f, g, h, K[20], W1(20), W2(24)); in sm3_transform() [all …]
|