Searched refs:do_permutation (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | des3_ede-asm_64.S | 79 #define do_permutation(a, b, offset, mask) \ macro 102 do_permutation(left##d, right##d, 4, 0x0f0f0f0f); \ 103 do_permutation(left##d, right##d, 16, 0x0000ffff); \ 104 do_permutation(right##d, left##d, 2, 0x33333333); \ 105 do_permutation(right##d, left##d, 8, 0x00ff00ff); \ 127 do_permutation(right##d, left##d, 8, 0x00ff00ff); \ 128 do_permutation(right##d, left##d, 2, 0x33333333); \ 129 do_permutation(left##d, right##d, 16, 0x0000ffff); \ 130 do_permutation(left##d, right##d, 4, 0x0f0f0f0f); 273 do_permutation(left##0d, right##0d, 4, 0x0f0f0f0f); \ [all …]
|