Searched refs:load_next_key (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/x86/crypto/ |
| D | des3_ede-asm_64.S | 132 #define round1(n, from, to, load_next_key) \ argument 153 load_next_key(n, RW0); \ 157 #define load_next_key(n, RWx) \ macro 193 round1(0, RR0, RL0, load_next_key); 194 round1(1, RL0, RR0, load_next_key); 195 round1(2, RR0, RL0, load_next_key); 196 round1(3, RL0, RR0, load_next_key); 197 round1(4, RR0, RL0, load_next_key); 198 round1(5, RL0, RR0, load_next_key); 199 round1(6, RR0, RL0, load_next_key); [all …]
|