|
Linux Kernel
3.7.1
|
#include <crypto/scatterwalk.h>#include <crypto/skcipher.h>#include <crypto/if_alg.h>#include <linux/init.h>#include <linux/list.h>#include <linux/kernel.h>#include <linux/mm.h>#include <linux/module.h>#include <linux/net.h>#include <net/sock.h>Go to the source code of this file.
Data Structures | |
| struct | skcipher_sg_list |
| struct | skcipher_ctx |
Macros | |
| #define | MAX_SGL_ENTS |
Functions | |
| module_init (algif_skcipher_init) | |
| module_exit (algif_skcipher_exit) | |
| MODULE_LICENSE ("GPL") | |
| #define MAX_SGL_ENTS |
Definition at line 52 of file algif_skcipher.c.
| module_exit | ( | algif_skcipher_exit | ) |
| module_init | ( | algif_skcipher_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2