Lines Matching full:f1

75 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z)))  macro
196 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform()
197 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform()
198 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform()
199 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform()
200 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform()
201 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform()
202 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform()
203 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform()
204 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform()
205 R(a, b, c, d, e, F1, K1, 12, 0); in RMD160Transform()
206 R(e, a, b, c, d, F1, K1, 15, 9); in RMD160Transform()
207 R(d, e, a, b, c, F1, K1, 9, 5); in RMD160Transform()
208 R(c, d, e, a, b, F1, K1, 11, 2); in RMD160Transform()
209 R(b, c, d, e, a, F1, K1, 7, 14); in RMD160Transform()
210 R(a, b, c, d, e, F1, K1, 13, 11); in RMD160Transform()
211 R(e, a, b, c, d, F1, K1, 12, 8); /* #31 */ in RMD160Transform()
324 R(c, d, e, a, b, F1, KK3, 15, 8); in RMD160Transform()
325 R(b, c, d, e, a, F1, KK3, 5, 6); in RMD160Transform()
326 R(a, b, c, d, e, F1, KK3, 8, 4); in RMD160Transform()
327 R(e, a, b, c, d, F1, KK3, 11, 1); in RMD160Transform()
328 R(d, e, a, b, c, F1, KK3, 14, 3); in RMD160Transform()
329 R(c, d, e, a, b, F1, KK3, 14, 11); in RMD160Transform()
330 R(b, c, d, e, a, F1, KK3, 6, 15); in RMD160Transform()
331 R(a, b, c, d, e, F1, KK3, 14, 0); in RMD160Transform()
332 R(e, a, b, c, d, F1, KK3, 6, 5); in RMD160Transform()
333 R(d, e, a, b, c, F1, KK3, 9, 12); in RMD160Transform()
334 R(c, d, e, a, b, F1, KK3, 12, 2); in RMD160Transform()
335 R(b, c, d, e, a, F1, KK3, 9, 13); in RMD160Transform()
336 R(a, b, c, d, e, F1, KK3, 12, 9); in RMD160Transform()
337 R(e, a, b, c, d, F1, KK3, 5, 7); in RMD160Transform()
338 R(d, e, a, b, c, F1, KK3, 15, 10); in RMD160Transform()
339 R(c, d, e, a, b, F1, KK3, 8, 14); /* #63 */ in RMD160Transform()