Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
tgr192.c File Reference
#include <crypto/internal/hash.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <asm/byteorder.h>
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  tgr192_ctx
 

Macros

#define TGR192_DIGEST_SIZE   24
 
#define TGR160_DIGEST_SIZE   20
 
#define TGR128_DIGEST_SIZE   16
 
#define TGR192_BLOCK_SIZE   64
 

Functions

 MODULE_ALIAS ("tgr160")
 
 MODULE_ALIAS ("tgr128")
 
 module_init (tgr192_mod_init)
 
 module_exit (tgr192_mod_fini)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Tiger Message Digest Algorithm")
 

Macro Definition Documentation

#define TGR128_DIGEST_SIZE   16

Definition at line 33 of file tgr192.c.

#define TGR160_DIGEST_SIZE   20

Definition at line 32 of file tgr192.c.

#define TGR192_BLOCK_SIZE   64

Definition at line 35 of file tgr192.c.

#define TGR192_DIGEST_SIZE   24

Definition at line 31 of file tgr192.c.

Function Documentation

MODULE_ALIAS ( "tgr160"  )
MODULE_ALIAS ( "tgr128"  )
MODULE_DESCRIPTION ( "Tiger Message Digest Algorithm"  )
module_exit ( tgr192_mod_fini  )
module_init ( tgr192_mod_init  )
MODULE_LICENSE ( "GPL"  )