|
Linux Kernel
3.7.1
|
#include <crypto/internal/hash.h>#include <crypto/scatterwalk.h>#include <linux/err.h>#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/scatterlist.h>#include <linux/string.h>Go to the source code of this file.
Data Structures | |
| struct | hmac_ctx |
Functions | |
| module_init (hmac_module_init) | |
| module_exit (hmac_module_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("HMAC hash algorithm") | |
| module_exit | ( | hmac_module_exit | ) |
| module_init | ( | hmac_module_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2