Searched refs:subround (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | cast5-avx-x86_64-asm_64.S | 146 #define subround(a1, b1, a2, b2, f) \ macro 154 subround(l ## 1, r ## 1, l ## 2, r ## 2, f); \ 155 subround(l ## 3, r ## 3, l ## 4, r ## 4, f);
|