Home | History | Annotate | Download | only in libutil

Lines Matching refs:GG

54  * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
62 #define GG(a, b, c, d, x, s, ac) { \
205 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
206 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
207 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
208 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
209 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
210 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
211 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
212 GG(b, c, d, a, x[4], S24, 0xe7d3fbc8); /* 24 */
213 GG(a, b, c, d, x[9], S21, 0x21e1cde6); /* 25 */
214 GG(d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
215 GG(c, d, a, b, x[3], S23, 0xf4d50d87); /* 27 */
216 GG(b, c, d, a, x[8], S24, 0x455a14ed); /* 28 */
217 GG(a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
218 GG(d, a, b, c, x[2], S22, 0xfcefa3f8); /* 30 */
219 GG(c, d, a, b, x[7], S23, 0x676f02d9); /* 31 */
220 GG(b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */