|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/crypto.h>#include <linux/cryptouser.h>#include <linux/sched.h>#include <net/netlink.h>#include <linux/security.h>#include <net/net_namespace.h>#include <crypto/internal/aead.h>#include <crypto/internal/skcipher.h>#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | crypto_dump_info |
| struct | crypto_link |
Macros | |
| #define | MSGSIZE(type) sizeof(struct type) |
Functions | |
| module_init (crypto_user_init) | |
| module_exit (crypto_user_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Steffen Klassert <[email protected]>") | |
| MODULE_DESCRIPTION ("Crypto userspace configuration API") | |
| MODULE_AUTHOR | ( | "Steffen Klassert <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Crypto userspace configuration API" | ) |
| module_exit | ( | crypto_user_exit | ) |
| module_init | ( | crypto_user_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2