Home
last modified time | relevance | path

Searched refs:load_next_key (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Ddes3_ede-asm_64.S123 #define round1(n, from, to, load_next_key) \
144 load_next_key(n, RW0); \
148 #define load_next_key(n, RWx) \ define
184 round1(0, RR0, RL0, load_next_key);
185 round1(1, RL0, RR0, load_next_key);
186 round1(2, RR0, RL0, load_next_key);
187 round1(3, RL0, RR0, load_next_key);
188 round1(4, RR0, RL0, load_next_key);
189 round1(5, RL0, RR0, load_next_key);
190 round1(6, RR0, RL0, load_next_key);
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Ddes3_ede-asm_64.S123 #define round1(n, from, to, load_next_key) \
151 load_next_key(n, RW0); \
156 #define load_next_key(n, RWx) \ define
192 round1(0, RR0, RL0, load_next_key);
193 round1(1, RL0, RR0, load_next_key);
194 round1(2, RR0, RL0, load_next_key);
195 round1(3, RL0, RR0, load_next_key);
196 round1(4, RR0, RL0, load_next_key);
197 round1(5, RL0, RR0, load_next_key);
198 round1(6, RR0, RL0, load_next_key);
[all...]

Completed in 2 milliseconds