#include <linux/module.h>
#include <linux/hardirq.h>
#include <linux/types.h>
#include <linux/crypto.h>
#include <linux/err.h>
#include <crypto/algapi.h>
#include <crypto/twofish.h>
#include <crypto/cryptd.h>
#include <crypto/b128ops.h>
#include <crypto/ctr.h>
#include <crypto/lrw.h>
#include <crypto/xts.h>
#include <asm/i387.h>
#include <asm/xcr.h>
#include <asm/xsave.h>
#include <asm/crypto/twofish.h>
#include <asm/crypto/ablk_helper.h>
#include <asm/crypto/glue_helper.h>
#include <crypto/scatterwalk.h>
#include <linux/workqueue.h>
#include <linux/spinlock.h>
Go to the source code of this file.
#define TWOFISH_PARALLEL_BLOCKS 8 |
MODULE_ALIAS |
( |
"twofish" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Twofish Cipher |
Algorithm, |
|
|
AVX optimized" |
|
|
) |
| |
module_exit |
( |
twofish_exit |
| ) |
|
module_init |
( |
twofish_init |
| ) |
|