Searched defs:prerotate (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | twofish-avx-x86_64-asm_64.S | 139 #define encround_tail(a, b, c, d, x, y, prerotate) \ argument 151 #define decround_tail(a, b, c, d, x, y, prerotate) \ argument 172 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument 180 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | twofish-avx-x86_64-asm_64.S | 144 #define encround_tail(a, b, c, d, x, y, prerotate) \ argument 156 #define decround_tail(a, b, c, d, x, y, prerotate) \ argument 177 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument 185 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument
|