|
Linux Kernel
3.7.1
|
#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") | |
| 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" | ) |
1.8.2