#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.
Definition at line 30 of file tea.c.
#define TEA_DELTA 0x9e3779b9 |
Definition at line 32 of file tea.c.
Definition at line 29 of file tea.c.
Definition at line 31 of file tea.c.
#define XTEA_BLOCK_SIZE 8 |
Definition at line 35 of file tea.c.
#define XTEA_DELTA 0x9e3779b9 |
Definition at line 37 of file tea.c.
Definition at line 34 of file tea.c.
Definition at line 36 of file tea.c.
MODULE_DESCRIPTION |
( |
" |
TEA, |
|
|
XTEA &XETA Cryptographic Algorithms" |
|
|
) |
| |
module_exit |
( |
tea_mod_fini |
| ) |
|
module_init |
( |
tea_mod_init |
| ) |
|