Searched refs:roundsm2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | camellia-x86_64-asm_64.S | 281 #define roundsm2(ab, subkey, cd) \ macro 338 roundsm2(RAB, i + 2, RCD); \ 339 roundsm2(RCD, i + 3, RAB); \ 340 roundsm2(RAB, i + 4, RCD); \ 341 roundsm2(RCD, i + 5, RAB); \ 342 roundsm2(RAB, i + 6, RCD); \ 343 roundsm2(RCD, i + 7, RAB); 383 roundsm2(RAB, i + 7, RCD); \ 384 roundsm2(RCD, i + 6, RAB); \ 385 roundsm2(RAB, i + 5, RCD); \ [all …]
|