Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | cast5_ctx |
Macros | |
#define | CAST5_BLOCK_SIZE 8 |
#define | CAST5_MIN_KEY_SIZE 5 |
#define | CAST5_MAX_KEY_SIZE 16 |
Functions | |
int | cast5_setkey (struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) |
void | __cast5_encrypt (struct cast5_ctx *ctx, u8 *dst, const u8 *src) |
void | __cast5_decrypt (struct cast5_ctx *ctx, u8 *dst, const u8 *src) |
Variables | |
const u32 | cast5_s1 [256] |
const u32 | cast5_s2 [256] |
const u32 | cast5_s3 [256] |
const u32 | cast5_s4 [256] |
Definition at line 637 of file cast5_generic.c.
Definition at line 580 of file cast5_generic.c.
Definition at line 756 of file cast5_generic.c.
Definition at line 34 of file cast5_generic.c.
Definition at line 101 of file cast5_generic.c.
Definition at line 168 of file cast5_generic.c.
Definition at line 235 of file cast5_generic.c.