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

/openwrt/package/system/mtd/src/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
80 #define GG(a, b, c, d, x, s, ac) \ macro
236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
239 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
243 GG (
[all...]
/openwrt/tools/firmware-utils/src/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
80 #define GG(a, b, c, d, x, s, ac) \ macro
236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
239 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
243 GG (
[all...]
/openwrt/package/network/services/ead/src/
H A Dpw_encrypt_md5.c144 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
152 #define GG(a, b, c, d, x, s, ac) { \ macro
350 GG(a, b, c, d, x[*pp], ps[i & 0x3], *pc); pp++; pc++;
379 GG(a, b, c, d, x[*pp], 5, *pc); pp++; pc++;
380 GG(d, a, b, c, x[*pp], 9, *pc); pp++; pc++;
381 GG(c, d, a, b, x[*pp], 14, *pc); pp++; pc++;
382 GG(b, c, d, a, x[*pp], 20, *pc); pp++; pc++;
427 GG(a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
428 GG(d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
429 GG(
628 #undef GG macro
[all...]

Completed in 35 milliseconds