Lines Matching refs:F2

76 #define F2(x, y, z) (((x) | (~y)) ^ (z))  macro
213 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
214 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
215 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
216 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
217 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
218 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
219 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
220 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
221 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
222 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
223 R(d, e, a, b, c, F2, K2, 13, 0); in RMD160Transform()
224 R(c, d, e, a, b, F2, K2, 6, 6); in RMD160Transform()
225 R(b, c, d, e, a, F2, K2, 5, 13); in RMD160Transform()
226 R(a, b, c, d, e, F2, K2, 12, 11); in RMD160Transform()
227 R(e, a, b, c, d, F2, K2, 7, 5); in RMD160Transform()
228 R(d, e, a, b, c, F2, K2, 5, 12); /* #47 */ in RMD160Transform()
307 R(d, e, a, b, c, F2, KK2, 9, 15); in RMD160Transform()
308 R(c, d, e, a, b, F2, KK2, 7, 5); in RMD160Transform()
309 R(b, c, d, e, a, F2, KK2, 15, 1); in RMD160Transform()
310 R(a, b, c, d, e, F2, KK2, 11, 3); in RMD160Transform()
311 R(e, a, b, c, d, F2, KK2, 8, 7); in RMD160Transform()
312 R(d, e, a, b, c, F2, KK2, 6, 14); in RMD160Transform()
313 R(c, d, e, a, b, F2, KK2, 6, 6); in RMD160Transform()
314 R(b, c, d, e, a, F2, KK2, 14, 9); in RMD160Transform()
315 R(a, b, c, d, e, F2, KK2, 12, 11); in RMD160Transform()
316 R(e, a, b, c, d, F2, KK2, 13, 8); in RMD160Transform()
317 R(d, e, a, b, c, F2, KK2, 5, 12); in RMD160Transform()
318 R(c, d, e, a, b, F2, KK2, 14, 2); in RMD160Transform()
319 R(b, c, d, e, a, F2, KK2, 13, 10); in RMD160Transform()
320 R(a, b, c, d, e, F2, KK2, 13, 0); in RMD160Transform()
321 R(e, a, b, c, d, F2, KK2, 7, 4); in RMD160Transform()
322 R(d, e, a, b, c, F2, KK2, 5, 13); /* #47 */ in RMD160Transform()