Lines Matching refs:GG
90 #define GG(a, b, c, d, x, s) { \ macro
217 GG(a, b, c, d, x[ 0], S21); /* 17 */ in MD4Transform()
218 GG(d, a, b, c, x[ 4], S22); /* 18 */ in MD4Transform()
219 GG(c, d, a, b, x[ 8], S23); /* 19 */ in MD4Transform()
220 GG(b, c, d, a, x[12], S24); /* 20 */ in MD4Transform()
221 GG(a, b, c, d, x[ 1], S21); /* 21 */ in MD4Transform()
222 GG(d, a, b, c, x[ 5], S22); /* 22 */ in MD4Transform()
223 GG(c, d, a, b, x[ 9], S23); /* 23 */ in MD4Transform()
224 GG(b, c, d, a, x[13], S24); /* 24 */ in MD4Transform()
225 GG(a, b, c, d, x[ 2], S21); /* 25 */ in MD4Transform()
226 GG(d, a, b, c, x[ 6], S22); /* 26 */ in MD4Transform()
227 GG(c, d, a, b, x[10], S23); /* 27 */ in MD4Transform()
228 GG(b, c, d, a, x[14], S24); /* 28 */ in MD4Transform()
229 GG(a, b, c, d, x[ 3], S21); /* 29 */ in MD4Transform()
230 GG(d, a, b, c, x[ 7], S22); /* 30 */ in MD4Transform()
231 GG(c, d, a, b, x[11], S23); /* 31 */ in MD4Transform()
232 GG(b, c, d, a, x[15], S24); /* 32 */ in MD4Transform()