Lines Matching refs:K1
62 #define K1 0x5A827999U macro
206 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform()
207 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform()
208 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform()
209 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform()
210 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform()
211 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform()
212 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform()
213 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform()
214 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform()
215 R(a, b, c, d, e, F1, K1, 12, 0); in RMD160Transform()
216 R(e, a, b, c, d, F1, K1, 15, 9); in RMD160Transform()
217 R(d, e, a, b, c, F1, K1, 9, 5); in RMD160Transform()
218 R(c, d, e, a, b, F1, K1, 11, 2); in RMD160Transform()
219 R(b, c, d, e, a, F1, K1, 7, 14); in RMD160Transform()
220 R(a, b, c, d, e, F1, K1, 13, 11); in RMD160Transform()
221 R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */ in RMD160Transform()