Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S150 #define decrypt_round3(ba, dc, n) \ macro
162 decrypt_round3(ba, dc, (n*2)+1); \
163 decrypt_round3(ba, dc, (n*2));