Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/crypto/
Dcamellia-x86_64-asm_64.S266 #define roundsm2(ab, subkey, cd) \ macro
323 roundsm2(RAB, i + 2, RCD); \
324 roundsm2(RCD, i + 3, RAB); \
325 roundsm2(RAB, i + 4, RCD); \
326 roundsm2(RCD, i + 5, RAB); \
327 roundsm2(RAB, i + 6, RCD); \
328 roundsm2(RCD, i + 7, RAB);
368 roundsm2(RAB, i + 7, RCD); \
369 roundsm2(RCD, i + 6, RAB); \
370 roundsm2(RAB, i + 5, RCD); \
[all …]