Searched refs:encrypt_last_round (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 114 #define encrypt_last_round(a,b,c,d,round)\ macro 258 encrypt_last_round(R2,R3,R0,R1,15*8);
|
D | twofish-i586-asm_32.S | 117 #define encrypt_last_round(a,b,c,d,round)\ macro 262 encrypt_last_round(R2,R3,R0,R1,15*8);
|