Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/crypto.h>
#include <asm/byteorder.h>
Go to the source code of this file.
Data Structures | |
struct | seed_ctx |
Macros | |
#define | SEED_NUM_KCONSTANTS 16 |
#define | SEED_KEY_SIZE 16 |
#define | SEED_BLOCK_SIZE 16 |
#define | SEED_KEYSCHED_LEN 32 |
#define | OP(X1, X2, X3, X4, rbase) |
Functions | |
module_init (seed_init) | |
module_exit (seed_fini) | |
MODULE_DESCRIPTION ("SEED Cipher Algorithm") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Hye-Shik Chang <[email protected]>, Kim Hyun <hkim@kisa.or.kr>") | |
MODULE_AUTHOR | ( | "Hye-Shik Chang <[email protected]> | , |
Kim Hyun< hkim @kisa.or.kr >" | |||
) |
MODULE_DESCRIPTION | ( | "SEED Cipher Algorithm" | ) |
module_exit | ( | seed_fini | ) |
module_init | ( | seed_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |