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

/openwrt/package/system/mtd/src/
H A Dmd5.c277 #define S42 10 macro
281 II ( d, a, b, c, in[ 7], S42, UL(1126891415)); /* 50 */
285 II ( d, a, b, c, in[ 3], S42, UL(2399980690)); /* 54 */
289 II ( d, a, b, c, in[15], S42, UL(4264355552)); /* 58 */
293 II ( d, a, b, c, in[11], S42, UL(3174756917)); /* 62 */
/openwrt/tools/firmware-utils/src/
H A Dmd5.c277 #define S42 10 macro
281 II ( d, a, b, c, in[ 7], S42, UL(1126891415)); /* 50 */
285 II ( d, a, b, c, in[ 3], S42, UL(2399980690)); /* 54 */
289 II ( d, a, b, c, in[15], S42, UL(4264355552)); /* 58 */
293 II ( d, a, b, c, in[11], S42, UL(3174756917)); /* 62 */
/openwrt/package/network/services/ead/src/
H A Dpw_encrypt_md5.c468 #define S42 10 macro
472 II(d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
476 II(d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
480 II(d, a, b, c, x[15], S42, 0xfe2ce6e0); /* 58 */
484 II(d, a, b, c, x[11], S42, 0xbd3af235); /* 62 */
644 #undef S42 macro

Completed in 51 milliseconds