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