Lines Matching refs:F3

78 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z)))  macro
231 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
232 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
233 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
234 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
235 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
236 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
237 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
238 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
239 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
240 R(d, e, a, b, c, F3, K3, 14, 3); in RMD160Transform()
241 R(c, d, e, a, b, F3, K3, 5, 7); in RMD160Transform()
242 R(b, c, d, e, a, F3, K3, 6, 15); in RMD160Transform()
243 R(a, b, c, d, e, F3, K3, 8, 14); in RMD160Transform()
244 R(e, a, b, c, d, F3, K3, 6, 5); in RMD160Transform()
245 R(d, e, a, b, c, F3, K3, 5, 6); in RMD160Transform()
246 R(c, d, e, a, b, F3, K3, 12, 2); /* #63 */ in RMD160Transform()
291 R(e, a, b, c, d, F3, KK1, 9, 6); in RMD160Transform()
292 R(d, e, a, b, c, F3, KK1, 13, 11); in RMD160Transform()
293 R(c, d, e, a, b, F3, KK1, 15, 3); in RMD160Transform()
294 R(b, c, d, e, a, F3, KK1, 7, 7); in RMD160Transform()
295 R(a, b, c, d, e, F3, KK1, 12, 0); in RMD160Transform()
296 R(e, a, b, c, d, F3, KK1, 8, 13); in RMD160Transform()
297 R(d, e, a, b, c, F3, KK1, 9, 5); in RMD160Transform()
298 R(c, d, e, a, b, F3, KK1, 11, 10); in RMD160Transform()
299 R(b, c, d, e, a, F3, KK1, 7, 14); in RMD160Transform()
300 R(a, b, c, d, e, F3, KK1, 7, 15); in RMD160Transform()
301 R(e, a, b, c, d, F3, KK1, 12, 8); in RMD160Transform()
302 R(d, e, a, b, c, F3, KK1, 7, 12); in RMD160Transform()
303 R(c, d, e, a, b, F3, KK1, 6, 4); in RMD160Transform()
304 R(b, c, d, e, a, F3, KK1, 15, 9); in RMD160Transform()
305 R(a, b, c, d, e, F3, KK1, 13, 1); in RMD160Transform()
306 R(e, a, b, c, d, F3, KK1, 11, 2); /* #31 */ in RMD160Transform()