Lines Matching refs:FF
81 #define FF(a, b, c, d, x, s) { \ macro
193 FF (a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform()
194 FF (d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform()
195 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform()
196 FF (b, c, d, a, x[ 3], S14); /* 4 */ in MD4Transform()
197 FF (a, b, c, d, x[ 4], S11); /* 5 */ in MD4Transform()
198 FF (d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform()
199 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform()
200 FF (b, c, d, a, x[ 7], S14); /* 8 */ in MD4Transform()
201 FF (a, b, c, d, x[ 8], S11); /* 9 */ in MD4Transform()
202 FF (d, a, b, c, x[ 9], S12); /* 10 */ in MD4Transform()
203 FF (c, d, a, b, x[10], S13); /* 11 */ in MD4Transform()
204 FF (b, c, d, a, x[11], S14); /* 12 */ in MD4Transform()
205 FF (a, b, c, d, x[12], S11); /* 13 */ in MD4Transform()
206 FF (d, a, b, c, x[13], S12); /* 14 */ in MD4Transform()
207 FF (c, d, a, b, x[14], S13); /* 15 */ in MD4Transform()
208 FF (b, c, d, a, x[15], S14); /* 16 */ in MD4Transform()