Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ghash-generic.c File Reference
#include <crypto/algapi.h>
#include <crypto/gf128mul.h>
#include <crypto/internal/hash.h>
#include <linux/crypto.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>

Go to the source code of this file.

Data Structures

struct  ghash_ctx
 
struct  ghash_desc_ctx
 

Macros

#define GHASH_BLOCK_SIZE   16
 
#define GHASH_DIGEST_SIZE   16
 

Functions

 module_init (ghash_mod_init)
 
 module_exit (ghash_mod_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("GHASH Message Digest Algorithm")
 
 MODULE_ALIAS ("ghash")
 

Macro Definition Documentation

#define GHASH_BLOCK_SIZE   16

Definition at line 23 of file ghash-generic.c.

#define GHASH_DIGEST_SIZE   16

Definition at line 24 of file ghash-generic.c.

Function Documentation

MODULE_ALIAS ( "ghash"  )
MODULE_DESCRIPTION ( "GHASH Message Digest Algorithm"  )
module_exit ( ghash_mod_exit  )
module_init ( ghash_mod_init  )
MODULE_LICENSE ( "GPL"  )