Lines Matching refs:K2
58 #define K2 0x6ED9EBA1U macro
222 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
223 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
224 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
225 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
226 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
227 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
228 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
229 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
230 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
231 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
232 R(d, e, a, b, c, F2, K2, 13, 0); in RMD160Transform()
233 R(c, d, e, a, b, F2, K2, 6, 6); in RMD160Transform()
234 R(b, c, d, e, a, F2, K2, 5, 13); in RMD160Transform()
235 R(a, b, c, d, e, F2, K2, 12, 11); in RMD160Transform()
236 R(e, a, b, c, d, F2, K2, 7, 5); in RMD160Transform()
237 R(d, e, a, b, c, F2, K2, 5, 12); /* #47 */ in RMD160Transform()