Home | History | Annotate | Download | only in md

Lines Matching defs:GG

147  * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
156 #define GG(a, b, c, d, x, s, ac) { \
295 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
296 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
297 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
298 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
299 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
300 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
301 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
302 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
303 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
304 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
305 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
306 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
307 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
308 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
309 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
310 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */