• Home
  • Raw
  • Download

Lines Matching refs:F3

81 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z)))  macro
242 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
243 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
244 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
245 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
246 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
247 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
248 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
249 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
250 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
251 R(d, e, a, b, c, F3, K3, 14, 3); in RMD160Transform()
252 R(c, d, e, a, b, F3, K3, 5, 7); in RMD160Transform()
253 R(b, c, d, e, a, F3, K3, 6, 15); in RMD160Transform()
254 R(a, b, c, d, e, F3, K3, 8, 14); in RMD160Transform()
255 R(e, a, b, c, d, F3, K3, 6, 5); in RMD160Transform()
256 R(d, e, a, b, c, F3, K3, 5, 6); in RMD160Transform()
257 R(c, d, e, a, b, F3, K3, 12, 2); /* #63 */ in RMD160Transform()
302 R(e, a, b, c, d, F3, KK1, 9, 6); in RMD160Transform()
303 R(d, e, a, b, c, F3, KK1, 13, 11); in RMD160Transform()
304 R(c, d, e, a, b, F3, KK1, 15, 3); in RMD160Transform()
305 R(b, c, d, e, a, F3, KK1, 7, 7); in RMD160Transform()
306 R(a, b, c, d, e, F3, KK1, 12, 0); in RMD160Transform()
307 R(e, a, b, c, d, F3, KK1, 8, 13); in RMD160Transform()
308 R(d, e, a, b, c, F3, KK1, 9, 5); in RMD160Transform()
309 R(c, d, e, a, b, F3, KK1, 11, 10); in RMD160Transform()
310 R(b, c, d, e, a, F3, KK1, 7, 14); in RMD160Transform()
311 R(a, b, c, d, e, F3, KK1, 7, 15); in RMD160Transform()
312 R(e, a, b, c, d, F3, KK1, 12, 8); in RMD160Transform()
313 R(d, e, a, b, c, F3, KK1, 7, 12); in RMD160Transform()
314 R(c, d, e, a, b, F3, KK1, 6, 4); in RMD160Transform()
315 R(b, c, d, e, a, F3, KK1, 15, 9); in RMD160Transform()
316 R(a, b, c, d, e, F3, KK1, 13, 1); in RMD160Transform()
317 R(e, a, b, c, d, F3, KK1, 11, 2); /* #31 */ in RMD160Transform()