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

Go to the source code of this file.

Data Structures

struct  gcm_instance_ctx
 
struct  crypto_gcm_ctx
 
struct  crypto_rfc4106_ctx
 
struct  crypto_rfc4543_ctx
 
struct  crypto_rfc4543_req_ctx
 
struct  crypto_gcm_ghash_ctx
 
struct  crypto_gcm_req_priv_ctx
 
struct  crypto_gcm_setkey_result
 

Functions

 module_init (crypto_gcm_module_init)
 
 module_exit (crypto_gcm_module_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Galois/Counter Mode")
 
 MODULE_AUTHOR ("Mikko Herranen <[email protected]>")
 
 MODULE_ALIAS ("gcm_base")
 
 MODULE_ALIAS ("rfc4106")
 
 MODULE_ALIAS ("rfc4543")
 

Function Documentation

MODULE_ALIAS ( "gcm_base"  )
MODULE_ALIAS ( "rfc4106"  )
MODULE_ALIAS ( "rfc4543"  )
MODULE_AUTHOR ( "Mikko Herranen <[email protected]>"  )
MODULE_DESCRIPTION ( "Galois/Counter Mode )
module_exit ( crypto_gcm_module_exit  )
module_init ( crypto_gcm_module_init  )
MODULE_LICENSE ( "GPL"  )