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

/openwrt/package/system/mtd/src/
H A Dmd5.c276 #define S41 6 macro
280 II ( a, b, c, d, in[ 0], S41, UL(4096336452)); /* 49 */
284 II ( a, b, c, d, in[12], S41, UL(1700485571)); /* 53 */
288 II ( a, b, c, d, in[ 8], S41, UL(1873313359)); /* 57 */
292 II ( a, b, c, d, in[ 4], S41, UL(4149444226)); /* 61 */
/openwrt/tools/firmware-utils/src/
H A Dmd5.c276 #define S41 6 macro
280 II ( a, b, c, d, in[ 0], S41, UL(4096336452)); /* 49 */
284 II ( a, b, c, d, in[12], S41, UL(1700485571)); /* 53 */
288 II ( a, b, c, d, in[ 8], S41, UL(1873313359)); /* 57 */
292 II ( a, b, c, d, in[ 4], S41, UL(4149444226)); /* 61 */
/openwrt/package/network/services/ead/src/
H A Dpw_encrypt_md5.c467 #define S41 6 macro
471 II(a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
475 II(a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
479 II(a, b, c, d, x[ 8], S41, 0x6fa87e4f); /* 57 */
483 II(a, b, c, d, x[ 4], S41, 0xf7537e82); /* 61 */
643 #undef S41 macro

Completed in 30 milliseconds