Lines Matching refs:FF
81 #define FF(a, b, c, d, x, s, ac) \ macro
208 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform()
209 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */ in Transform()
210 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform()
211 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */ in Transform()
212 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */ in Transform()
213 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */ in Transform()
214 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform()
215 FF ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 */ in Transform()
216 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */ in Transform()
217 FF ( d, a, b, c, in[ 9], S12, UL(2336552879)); /* 10 */ in Transform()
218 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */ in Transform()
219 FF ( b, c, d, a, in[11], S14, UL(2304563134)); /* 12 */ in Transform()
220 FF ( a, b, c, d, in[12], S11, UL(1804603682)); /* 13 */ in Transform()
221 FF ( d, a, b, c, in[13], S12, UL(4254626195)); /* 14 */ in Transform()
222 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */ in Transform()
223 FF ( b, c, d, a, in[15], S14, UL(1236535329)); /* 16 */ in Transform()