Lines Matching refs:K3
66 #define K3 0x8F1BBCDCU macro
242 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
243 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
244 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
245 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
246 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
247 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
248 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
249 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
250 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
251 R(d, e, a, b, c, F3, K3, 14, 3); in RMD160Transform()
252 R(c, d, e, a, b, F3, K3, 5, 7); in RMD160Transform()
253 R(b, c, d, e, a, F3, K3, 6, 15); in RMD160Transform()
254 R(a, b, c, d, e, F3, K3, 8, 14); in RMD160Transform()
255 R(e, a, b, c, d, F3, K3, 6, 5); in RMD160Transform()
256 R(d, e, a, b, c, F3, K3, 5, 6); in RMD160Transform()
257 R(c, d, e, a, b, F3, K3, 12, 2); /* #63 */ in RMD160Transform()