Lines Matching full:k3
62 #define K3 0x8F1BBCDCU macro
230 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
231 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
232 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
233 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
234 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
235 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
236 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
237 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
238 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
239 R(d, e, a, b, c, F3, K3, 14, 3); in RMD160Transform()
240 R(c, d, e, a, b, F3, K3, 5, 7); in RMD160Transform()
241 R(b, c, d, e, a, F3, K3, 6, 15); in RMD160Transform()
242 R(a, b, c, d, e, F3, K3, 8, 14); in RMD160Transform()
243 R(e, a, b, c, d, F3, K3, 6, 5); in RMD160Transform()
244 R(d, e, a, b, c, F3, K3, 5, 6); in RMD160Transform()
245 R(c, d, e, a, b, F3, K3, 12, 2); /* #63 */ in RMD160Transform()