Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | cast6_ctx |
Macros | |
#define | CAST6_BLOCK_SIZE 16 |
#define | CAST6_MIN_KEY_SIZE 16 |
#define | CAST6_MAX_KEY_SIZE 32 |
Functions | |
int | __cast6_setkey (struct cast6_ctx *ctx, const u8 *key, unsigned int keylen, u32 *flags) |
int | cast6_setkey (struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) |
void | __cast6_encrypt (struct cast6_ctx *ctx, u8 *dst, const u8 *src) |
void | __cast6_decrypt (struct cast6_ctx *ctx, u8 *dst, const u8 *src) |
Variables | |
const u32 | cast6_s1 [256] |
const u32 | cast6_s2 [256] |
const u32 | cast6_s3 [256] |
const u32 | cast6_s4 [256] |
Definition at line 494 of file cast6_generic.c.
Definition at line 456 of file cast6_generic.c.
Definition at line 429 of file cast6_generic.c.
Definition at line 42 of file cast6_generic.c.
Definition at line 110 of file cast6_generic.c.
Definition at line 178 of file cast6_generic.c.
Definition at line 246 of file cast6_generic.c.