Searched refs:GG (Results 1 – 1 of 1) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | md5.c | 88 #define GG(a, b, c, d, x, s, ac) \ macro 251 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */ in Transform() 252 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */ in Transform() 253 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */ in Transform() 254 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */ in Transform() 255 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */ in Transform() 256 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */ in Transform() 257 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */ in Transform() 258 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 */ in Transform() 259 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */ in Transform() [all …]
|