Home
last modified time | relevance | path

Searched refs:round1 (Results 1 – 1 of 1) sorted by relevance

/arch/x86/crypto/
Ddes3_ede-asm_64.S123 #define round1(n, from, to, load_next_key) \ macro
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);
191 round1(7, RL0, RR0, load_next_key);
192 round1(8, RR0, RL0, load_next_key);
[all …]