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