• Home
  • Raw
  • Download

Lines Matching refs:F2

80 #define F2(x, y, z) (((x) | (~y)) ^ (z))  macro
225 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform()
226 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform()
227 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform()
228 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform()
229 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform()
230 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform()
231 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform()
232 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform()
233 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform()
234 R(e, a, b, c, d, F2, K2, 8, 7); in RMD160Transform()
235 R(d, e, a, b, c, F2, K2, 13, 0); in RMD160Transform()
236 R(c, d, e, a, b, F2, K2, 6, 6); in RMD160Transform()
237 R(b, c, d, e, a, F2, K2, 5, 13); in RMD160Transform()
238 R(a, b, c, d, e, F2, K2, 12, 11); in RMD160Transform()
239 R(e, a, b, c, d, F2, K2, 7, 5); in RMD160Transform()
240 R(d, e, a, b, c, F2, K2, 5, 12); /* #47 */ in RMD160Transform()
319 R(d, e, a, b, c, F2, KK2, 9, 15); in RMD160Transform()
320 R(c, d, e, a, b, F2, KK2, 7, 5); in RMD160Transform()
321 R(b, c, d, e, a, F2, KK2, 15, 1); in RMD160Transform()
322 R(a, b, c, d, e, F2, KK2, 11, 3); in RMD160Transform()
323 R(e, a, b, c, d, F2, KK2, 8, 7); in RMD160Transform()
324 R(d, e, a, b, c, F2, KK2, 6, 14); in RMD160Transform()
325 R(c, d, e, a, b, F2, KK2, 6, 6); in RMD160Transform()
326 R(b, c, d, e, a, F2, KK2, 14, 9); in RMD160Transform()
327 R(a, b, c, d, e, F2, KK2, 12, 11); in RMD160Transform()
328 R(e, a, b, c, d, F2, KK2, 13, 8); in RMD160Transform()
329 R(d, e, a, b, c, F2, KK2, 5, 12); in RMD160Transform()
330 R(c, d, e, a, b, F2, KK2, 14, 2); in RMD160Transform()
331 R(b, c, d, e, a, F2, KK2, 13, 10); in RMD160Transform()
332 R(a, b, c, d, e, F2, KK2, 13, 0); in RMD160Transform()
333 R(e, a, b, c, d, F2, KK2, 7, 4); in RMD160Transform()
334 R(d, e, a, b, c, F2, KK2, 5, 13); /* #47 */ in RMD160Transform()