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

/openwrt/package/utils/oseama/src/
H A Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ macro
113 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
114 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
115 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
116 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
117 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
118 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
119 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
120 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
121 STEP(
[all...]

Completed in 24 milliseconds