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

/openwrt/package/system/mtd/src/
H A Dmd5.c233 #define S22 9 macro
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
245 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
249 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
/openwrt/tools/firmware-utils/src/
H A Dmd5.c233 #define S22 9 macro
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
245 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
249 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
/openwrt/package/network/services/ead/src/
H A Dpw_encrypt_md5.c424 #define S22 9 macro
428 GG(d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
432 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
436 GG(d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
440 GG(d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
636 #undef S22 macro

Completed in 69 milliseconds