Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/crypto.h>
#include <linux/vmalloc.h>
#include <linux/nx842.h>
#include <linux/lzo.h>
#include <linux/timer.h>
Go to the source code of this file.
Data Structures | |
struct | nx842_ctx |
struct | nx842_crypto_header |
Macros | |
#define | NX842_SENTINEL 0xdeadbeef |
Enumerations | |
enum | nx842_crypto_type { NX842_CRYPTO_TYPE_842, NX842_CRYPTO_TYPE_LZO } |
Functions | |
module_init (nx842_mod_init) | |
module_exit (nx842_mod_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("842 Compression Algorithm") | |
enum nx842_crypto_type |
MODULE_DESCRIPTION | ( | "842 Compression Algorithm" | ) |
module_exit | ( | nx842_mod_exit | ) |
module_init | ( | nx842_mod_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |