Linux Kernel
3.7.1
|
#include <crypto/algapi.h>
#include <crypto/internal/aead.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/notifier.h>
#include <linux/kobject.h>
#include <linux/cpu.h>
#include <crypto/pcrypt.h>
Go to the source code of this file.
Data Structures | |
struct | padata_pcrypt |
struct | padata_pcrypt::pcrypt_cpumask |
struct | pcrypt_instance_ctx |
struct | pcrypt_aead_ctx |
Functions | |
module_init (pcrypt_init) | |
module_exit (pcrypt_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Steffen Klassert <[email protected]>") | |
MODULE_DESCRIPTION ("Parallel crypto wrapper") | |
MODULE_AUTHOR | ( | "Steffen Klassert <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Parallel crypto wrapper" | ) |
module_exit | ( | pcrypt_exit | ) |
module_init | ( | pcrypt_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |