Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ghash_s390.c File Reference
#include <crypto/internal/hash.h>
#include <linux/module.h>
#include "crypt_s390.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_ALIAS ("ghash")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("GHASH Message Digest Algorithm, s390 implementation")
 

Macro Definition Documentation

#define GHASH_BLOCK_SIZE   16

Definition at line 15 of file ghash_s390.c.

#define GHASH_DIGEST_SIZE   16

Definition at line 16 of file ghash_s390.c.

Function Documentation

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