Searched refs:roundsm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia-x86_64-asm_64.S | 89 #define roundsm(ab, subkey, cd) \ define 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(RA [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia-x86_64-asm_64.S | 91 #define roundsm(ab, subkey, cd) \ define 123 roundsm(RAB, i + 2, RCD); \ 124 roundsm(RCD, i + 3, RAB); \ 125 roundsm(RAB, i + 4, RCD); \ 126 roundsm(RCD, i + 5, RAB); \ 127 roundsm(RAB, i + 6, RCD); \ 128 roundsm(RCD, i + 7, RAB); 152 roundsm(RAB, i + 7, RCD); \ 153 roundsm(RCD, i + 6, RAB); \ 154 roundsm(RA [all...] |
Completed in 1 milliseconds