Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/crypto/
Dcamellia-x86_64-asm_64.S89 #define roundsm(ab, subkey, cd) \ macro
121 roundsm(RAB, i + 2, RCD); \
122 roundsm(RCD, i + 3, RAB); \
123 roundsm(RAB, i + 4, RCD); \
124 roundsm(RCD, i + 5, RAB); \
125 roundsm(RAB, i + 6, RCD); \
126 roundsm(RCD, i + 7, RAB);
150 roundsm(RAB, i + 7, RCD); \
151 roundsm(RCD, i + 6, RAB); \
152 roundsm(RAB, i + 5, RCD); \
[all …]