Searched refs:HH (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.
137 #define HH(a, b, c, d, x, s, ac) { \ macro
317 HH(a, b, c, d, x5, S31, 0xfffa3942UL); /* 33 */
318 HH(d, a, b, c, x8, S32, 0x8771f681UL); /* 34 */
319 HH(c, d, a, b, x11, S33, 0x6d9d6122UL); /* 35 */
320 HH(b, c, d, a, x14, S34, 0xfde5380cUL); /* 36 */
321 HH(a, b, c, d, x1, S31, 0xa4beea44UL); /* 37 */
322 HH(d, a, b, c, x4, S32, 0x4bdecfa9UL); /* 38 */
323 HH(c, d, a, b, x7, S33, 0xf6bb4b60UL); /* 39 */
324 HH(
[all...]

Completed in 15 milliseconds