Lines Matching refs:FF
130 #define FF(a, b, c, d, e, w) { \ macro
259 FF(a, b, c, d, e, x[0]); /* 1 */ in SHA1Transform()
260 FF(e, a, b, c, d, x[1]); /* 2 */ in SHA1Transform()
261 FF(d, e, a, b, c, x[2]); /* 3 */ in SHA1Transform()
262 FF(c, d, e, a, b, x[3]); /* 4 */ in SHA1Transform()
263 FF(b, c, d, e, a, x[4]); /* 5 */ in SHA1Transform()
264 FF(a, b, c, d, e, x[5]); /* 6 */ in SHA1Transform()
265 FF(e, a, b, c, d, x[6]); /* 7 */ in SHA1Transform()
266 FF(d, e, a, b, c, x[7]); /* 8 */ in SHA1Transform()
267 FF(c, d, e, a, b, x[8]); /* 9 */ in SHA1Transform()
268 FF(b, c, d, e, a, x[9]); /* 10 */ in SHA1Transform()
269 FF(a, b, c, d, e, x[10]); /* 11 */ in SHA1Transform()
270 FF(e, a, b, c, d, x[11]); /* 12 */ in SHA1Transform()
271 FF(d, e, a, b, c, x[12]); /* 13 */ in SHA1Transform()
272 FF(c, d, e, a, b, x[13]); /* 14 */ in SHA1Transform()
273 FF(b, c, d, e, a, x[14]); /* 15 */ in SHA1Transform()
274 FF(a, b, c, d, e, x[15]); /* 16 */ in SHA1Transform()
275 FF(e, a, b, c, d, W(16)); /* 17 */ in SHA1Transform()
276 FF(d, e, a, b, c, W(17)); /* 18 */ in SHA1Transform()
277 FF(c, d, e, a, b, W(18)); /* 19 */ in SHA1Transform()
278 FF(b, c, d, e, a, W(19)); /* 20 */ in SHA1Transform()