Searched refs:GG (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c122 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
131 #define GG(a, b, c, d, x, s, ac) { \ macro
295 GG(a, b, c, d, x1, S21, 0xf61e2562UL); /* 17 */
296 GG(d, a, b, c, x6, S22, 0xc040b340UL); /* 18 */
297 GG(c, d, a, b, x11, S23, 0x265e5a51UL); /* 19 */
298 GG(b, c, d, a, x0, S24, 0xe9b6c7aaUL); /* 20 */
299 GG(a, b, c, d, x5, S21, 0xd62f105dUL); /* 21 */
300 GG(d, a, b, c, x10, S22, 0x02441453UL); /* 22 */
301 GG(c, d, a, b, x15, S23, 0xd8a1e681UL); /* 23 */
302 GG(
[all...]

Completed in 16 milliseconds