Lines Matching refs:K4
67 #define K4 0xA953FD4EU macro
259 R(b, c, d, e, a, F4, K4, 9, 4); in RMD160Transform()
260 R(a, b, c, d, e, F4, K4, 15, 0); in RMD160Transform()
261 R(e, a, b, c, d, F4, K4, 5, 5); in RMD160Transform()
262 R(d, e, a, b, c, F4, K4, 11, 9); in RMD160Transform()
263 R(c, d, e, a, b, F4, K4, 6, 7); in RMD160Transform()
264 R(b, c, d, e, a, F4, K4, 8, 12); in RMD160Transform()
265 R(a, b, c, d, e, F4, K4, 13, 2); in RMD160Transform()
266 R(e, a, b, c, d, F4, K4, 12, 10); in RMD160Transform()
267 R(d, e, a, b, c, F4, K4, 5, 14); in RMD160Transform()
268 R(c, d, e, a, b, F4, K4, 12, 1); in RMD160Transform()
269 R(b, c, d, e, a, F4, K4, 13, 3); in RMD160Transform()
270 R(a, b, c, d, e, F4, K4, 14, 8); in RMD160Transform()
271 R(e, a, b, c, d, F4, K4, 11, 11); in RMD160Transform()
272 R(d, e, a, b, c, F4, K4, 8, 6); in RMD160Transform()
273 R(c, d, e, a, b, F4, K4, 5, 15); in RMD160Transform()
274 R(b, c, d, e, a, F4, K4, 6, 13); /* #79 */ in RMD160Transform()