41 #include <crypto/twofish.h>
44 #include <linux/module.h>
45 #include <linux/types.h>
59 static void twofish_decrypt(
struct crypto_tfm *tfm,
u8 *dst,
const u8 *src)
65 .cra_name =
"twofish",
66 .cra_driver_name =
"twofish-asm",
78 .cia_encrypt = twofish_encrypt,
79 .cia_decrypt = twofish_decrypt
89 static void __exit fini(
void)