Lines Matching defs:roundsm2
268 #define roundsm2(ab, subkey, cd) \
325 roundsm2(RAB, i + 2, RCD); \
326 roundsm2(RCD, i + 3, RAB); \
327 roundsm2(RAB, i + 4, RCD); \
328 roundsm2(RCD, i + 5, RAB); \
329 roundsm2(RAB, i + 6, RCD); \
330 roundsm2(RCD, i + 7, RAB);
370 roundsm2(RAB, i + 7, RCD); \
371 roundsm2(RCD, i + 6, RAB); \
372 roundsm2(RAB, i + 5, RCD); \
373 roundsm2(RCD, i + 4, RAB); \
374 roundsm2(RAB, i + 3, RCD); \
375 roundsm2(RCD, i + 2, RAB);