Linux Kernel
3.7.1
|
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") | |
#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.
MODULE_ALIAS | ( | "ghash" | ) |
MODULE_DESCRIPTION | ( | "GHASH Message Digest | Algorithm, |
s390 implementation" | |||
) |
module_exit | ( | ghash_mod_exit | ) |
module_init | ( | ghash_mod_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |