Searched refs:roundsm2 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/crypto/ |
| H A D | camellia-x86_64-asm_64.S | 326 roundsm2(RAB, i + 2, RCD); \ 327 roundsm2(RCD, i + 3, RAB); \ 328 roundsm2(RAB, i + 4, RCD); \ 329 roundsm2(RCD, i + 5, RAB); \ 330 roundsm2(RAB, i + 6, RCD); \ 331 roundsm2(RCD, i + 7, RAB); 371 roundsm2(RAB, i + 7, RCD); \ 372 roundsm2(RCD, i + 6, RAB); \ 373 roundsm2(RAB, i + 5, RCD); \ 374 roundsm2(RCD, i + 4, RAB); \ [all …]
|