Lines Matching refs:KK4
73 #define KK4 0x00000000U macro
353 R(b, c, d, e, a, F0, KK4, 8, 12); in RMD160Transform()
354 R(a, b, c, d, e, F0, KK4, 5, 15); in RMD160Transform()
355 R(e, a, b, c, d, F0, KK4, 12, 10); in RMD160Transform()
356 R(d, e, a, b, c, F0, KK4, 9, 4); in RMD160Transform()
357 R(c, d, e, a, b, F0, KK4, 12, 1); in RMD160Transform()
358 R(b, c, d, e, a, F0, KK4, 5, 5); in RMD160Transform()
359 R(a, b, c, d, e, F0, KK4, 14, 8); in RMD160Transform()
360 R(e, a, b, c, d, F0, KK4, 6, 7); in RMD160Transform()
361 R(d, e, a, b, c, F0, KK4, 8, 6); in RMD160Transform()
362 R(c, d, e, a, b, F0, KK4, 13, 2); in RMD160Transform()
363 R(b, c, d, e, a, F0, KK4, 6, 13); in RMD160Transform()
364 R(a, b, c, d, e, F0, KK4, 5, 14); in RMD160Transform()
365 R(e, a, b, c, d, F0, KK4, 15, 0); in RMD160Transform()
366 R(d, e, a, b, c, F0, KK4, 13, 3); in RMD160Transform()
367 R(c, d, e, a, b, F0, KK4, 11, 9); in RMD160Transform()
368 R(b, c, d, e, a, F0, KK4, 11, 11); /* #79 */ in RMD160Transform()