Home
last modified time | relevance | path

Searched refs:roundsm2 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S268 #define roundsm2(ab, subkey, cd) \ macro
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); \
[all …]