Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
serpent_avx_glue.c File Reference
#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.

Data Structures

struct  crypt_priv
 
struct  serpent_lrw_ctx
 
struct  serpent_xts_ctx
 

Functions

 module_init (serpent_init)
 
 module_exit (serpent_exit)
 
 MODULE_DESCRIPTION ("Serpent Cipher Algorithm, AVX optimized")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("serpent")
 

Function Documentation

MODULE_ALIAS ( "serpent"  )
MODULE_DESCRIPTION ( "Serpent Cipher  Algorithm,
AVX optimized"   
)
module_exit ( serpent_exit  )
module_init ( serpent_init  )
MODULE_LICENSE ( "GPL"  )