Linux Kernel
3.7.1
|
#include <crypto/internal/skcipher.h>
#include <crypto/rng.h>
#include <crypto/crypto_wq.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/string.h>
#include <linux/workqueue.h>
Go to the source code of this file.
Data Structures | |
struct | chainiv_ctx |
struct | async_chainiv_ctx |
Enumerations | |
enum | { CHAINIV_STATE_INUSE = 0 } |
Functions | |
module_init (chainiv_module_init) | |
module_exit (chainiv_module_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Chain IV Generator") | |
MODULE_DESCRIPTION | ( | "Chain IV Generator" | ) |
module_exit | ( | chainiv_module_exit | ) |
module_init | ( | chainiv_module_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |