#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/serpent.h>
#include <crypto/cryptd.h>
#include <crypto/b128ops.h>
#include <crypto/ctr.h>
#include <crypto/lrw.h>
#include <crypto/xts.h>
#include <asm/xcr.h>
#include <asm/xsave.h>
#include <asm/crypto/serpent-avx.h>
#include <asm/crypto/ablk_helper.h>
#include <asm/crypto/glue_helper.h>
Go to the source code of this file.
MODULE_ALIAS |
( |
"serpent" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Serpent Cipher |
Algorithm, |
|
|
AVX optimized" |
|
|
) |
| |
module_exit |
( |
serpent_exit |
| ) |
|
module_init |
( |
serpent_init |
| ) |
|