D | md5.c | 83 #define FF(a, b, c, d, x, s, ac) \ macro 229 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform() 230 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */ in Transform() 231 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform() 232 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */ in Transform() 233 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */ in Transform() 234 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */ in Transform() 235 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform() 236 FF ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 */ in Transform() 237 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */ in Transform() [all …]
|