Searched refs:R2 (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | sm3.c | 51 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ macro 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() 107 R2(d, a, b, c, h, e, f, g, K[21], W1(21), W2(25)); in sm3_transform() 108 R2(c, d, a, b, g, h, e, f, K[22], W1(22), W2(26)); in sm3_transform() 109 R2(b, c, d, a, f, g, h, e, K[23], W1(23), W2(27)); in sm3_transform() 110 R2(a, b, c, d, e, f, g, h, K[24], W1(24), W2(28)); in sm3_transform() [all …]
|