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

/openwrt/package/system/mtd/src/
H A Dmd5.c255 #define S32 11 macro
259 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
263 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
267 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
271 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/openwrt/tools/firmware-utils/src/
H A Dmd5.c255 #define S32 11 macro
259 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
263 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
267 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
271 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/openwrt/package/network/services/ead/src/
H A Dpw_encrypt_md5.c446 #define S32 11 macro
450 HH(d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
454 HH(d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
458 HH(d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
462 HH(d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
640 #undef S32 macro

Completed in 34 milliseconds