Linux Kernel
3.7.1
|
#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/crypto/serpent-sse2.h>
#include <asm/crypto/ablk_helper.h>
#include <asm/crypto/glue_helper.h>
Go to the source code of this file.
Data Structures | |
struct | crypt_priv |
struct | serpent_lrw_ctx |
struct | serpent_xts_ctx |
Functions | |
module_init (serpent_sse2_init) | |
module_exit (serpent_sse2_exit) | |
MODULE_DESCRIPTION ("Serpent Cipher Algorithm, SSE2 optimized") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("serpent") | |
MODULE_ALIAS | ( | "serpent" | ) |
MODULE_DESCRIPTION | ( | "Serpent Cipher | Algorithm, |
SSE2 optimized" | |||
) |
module_exit | ( | serpent_sse2_exit | ) |
module_init | ( | serpent_sse2_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |