Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/crypto/
Dtwofish_glue.c54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_encrypt() function
78 .cia_encrypt = twofish_encrypt,
/kernel/linux/linux-5.10/crypto/
Dtwofish_generic.c95 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt() function
181 .cia_encrypt = twofish_encrypt,