Lines Matching refs:FF
106 #define FF(a, b, c, d, x, s, ac) { \ macro
238 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in MD5Transform()
239 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in MD5Transform()
240 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform()
241 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in MD5Transform()
242 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ in MD5Transform()
243 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ in MD5Transform()
244 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in MD5Transform()
245 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ in MD5Transform()
246 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */ in MD5Transform()
247 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */ in MD5Transform()
248 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in MD5Transform()
249 FF (b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */ in MD5Transform()
250 FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */ in MD5Transform()
251 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */ in MD5Transform()
252 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in MD5Transform()
253 FF (b, c, d, a, x[15], S14, 0x49b40821); /* 16 */ in MD5Transform()