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

/openwrt/package/utils/oseama/src/
H A Dmd5.c54 #define H2(x, y, z) ((x) ^ ((y) ^ (z))) macro
150 STEP(H2, d, a, b, c, GET(8), 0x8771f681, 11)
152 STEP(H2, b, c, d, a, GET(14), 0xfde5380c, 23)
154 STEP(H2, d, a, b, c, GET(4), 0x4bdecfa9, 11)
156 STEP(H2, b, c, d, a, GET(10), 0xbebfbc70, 23)
158 STEP(H2, d, a, b, c, GET(0), 0xeaa127fa, 11)
160 STEP(H2, b, c, d, a, GET(6), 0x04881d05, 23)
162 STEP(H2, d, a, b, c, GET(12), 0xe6db99e5, 11)
164 STEP(H2, b, c, d, a, GET(2), 0xc4ac5665, 23)

Completed in 24 milliseconds