Searched refs:roundsm (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | camellia-x86_64-asm_64.S | 104 #define roundsm(ab, subkey, cd) \ macro 136 roundsm(RAB, i + 2, RCD); \ 137 roundsm(RCD, i + 3, RAB); \ 138 roundsm(RAB, i + 4, RCD); \ 139 roundsm(RCD, i + 5, RAB); \ 140 roundsm(RAB, i + 6, RCD); \ 141 roundsm(RCD, i + 7, RAB); 165 roundsm(RAB, i + 7, RCD); \ 166 roundsm(RCD, i + 6, RAB); \ 167 roundsm(RAB, i + 5, RCD); \ [all …]
|