Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
authencesn.c File Reference
#include <crypto/aead.h>
#include <crypto/internal/hash.h>
#include <crypto/internal/skcipher.h>
#include <crypto/authenc.h>
#include <crypto/scatterwalk.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/rtnetlink.h>
#include <linux/slab.h>
#include <linux/spinlock.h>

Go to the source code of this file.

Data Structures

struct  authenc_esn_instance_ctx
 
struct  crypto_authenc_esn_ctx
 
struct  authenc_esn_request_ctx
 

Functions

 module_init (crypto_authenc_esn_module_init)
 
 module_exit (crypto_authenc_esn_module_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Steffen Klassert <[email protected]>")
 
 MODULE_DESCRIPTION ("AEAD wrapper for IPsec with extended sequence numbers")
 

Function Documentation

MODULE_AUTHOR ( "Steffen Klassert <[email protected]>"  )
MODULE_DESCRIPTION ( "AEAD wrapper for IPsec with extended sequence numbers"  )
module_exit ( crypto_authenc_esn_module_exit  )
module_init ( crypto_authenc_esn_module_init  )
MODULE_LICENSE ( "GPL"  )