|
Linux Kernel
3.7.1
|
#include <crypto/algapi.h>#include <crypto/ctr.h>#include <linux/err.h>#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/random.h>#include <linux/scatterlist.h>#include <linux/slab.h>Go to the source code of this file.
Data Structures | |
| struct | crypto_ctr_ctx |
| struct | crypto_rfc3686_ctx |
Functions | |
| module_init (crypto_ctr_module_init) | |
| module_exit (crypto_ctr_module_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("CTR Counter block mode") | |
| MODULE_ALIAS ("rfc3686") | |
| MODULE_ALIAS | ( | "rfc3686" | ) |
| module_exit | ( | crypto_ctr_module_exit | ) |
| module_init | ( | crypto_ctr_module_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2