Home | History | Annotate | Download | only in md5

Lines Matching refs:GG

106  * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
114 #define GG(a, b, c, d, x, s, ac) { \
272 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
273 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
274 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
275 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
276 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
277 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
278 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
279 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
280 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
281 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
282 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
283 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
284 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
285 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
286 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
287 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */