|
Linux Kernel
3.7.1
|
#include <crypto/internal/aead.h>#include <linux/completion.h>#include <linux/ctype.h>#include <linux/err.h>#include <linux/init.h>#include <linux/kthread.h>#include <linux/module.h>#include <linux/notifier.h>#include <linux/rtnetlink.h>#include <linux/sched.h>#include <linux/slab.h>#include <linux/string.h>#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | cryptomgr_param |
| struct | crypto_test_param |
Functions | |
| subsys_initcall (cryptomgr_init) | |
| module_exit (cryptomgr_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Crypto Algorithm Manager") | |
| MODULE_DESCRIPTION | ( | "Crypto Algorithm Manager" | ) |
| module_exit | ( | cryptomgr_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | cryptomgr_init | ) |
1.8.2