Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <asm/byteorder.h>
#include <linux/crypto.h>
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | khazad_ctx |
Macros | |
#define | KHAZAD_KEY_SIZE 16 |
#define | KHAZAD_BLOCK_SIZE 8 |
#define | KHAZAD_ROUNDS 8 |
Functions | |
module_init (khazad_mod_init) | |
module_exit (khazad_mod_fini) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Khazad Cryptographic Algorithm") | |
MODULE_DESCRIPTION | ( | "Khazad Cryptographic Algorithm" | ) |
module_exit | ( | khazad_mod_fini | ) |
module_init | ( | khazad_mod_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |