|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/crypto.h>#include <crypto/algapi.h>Go to the source code of this file.
Data Structures | |
| struct | arc4_ctx |
Macros | |
| #define | ARC4_MIN_KEY_SIZE 1 |
| #define | ARC4_MAX_KEY_SIZE 256 |
| #define | ARC4_BLOCK_SIZE 1 |
Functions | |
| module_init (arc4_init) | |
| module_exit (arc4_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("ARC4 Cipher Algorithm") | |
| MODULE_AUTHOR ("Jon Oberheide <[email protected]>") | |
| MODULE_AUTHOR | ( | "Jon Oberheide <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "ARC4 Cipher Algorithm" | ) |
| module_exit | ( | arc4_exit | ) |
| module_init | ( | arc4_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2