Lines Matching refs:roundsm2
281 #define roundsm2(ab, subkey, cd) \ macro
338 roundsm2(RAB, i + 2, RCD); \
339 roundsm2(RCD, i + 3, RAB); \
340 roundsm2(RAB, i + 4, RCD); \
341 roundsm2(RCD, i + 5, RAB); \
342 roundsm2(RAB, i + 6, RCD); \
343 roundsm2(RCD, i + 7, RAB);
383 roundsm2(RAB, i + 7, RCD); \
384 roundsm2(RCD, i + 6, RAB); \
385 roundsm2(RAB, i + 5, RCD); \
386 roundsm2(RCD, i + 4, RAB); \
387 roundsm2(RAB, i + 3, RCD); \
388 roundsm2(RCD, i + 2, RAB);