Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | serpent_ctx |
Macros | |
#define | SERPENT_MIN_KEY_SIZE 0 |
#define | SERPENT_MAX_KEY_SIZE 32 |
#define | SERPENT_EXPKEY_WORDS 132 |
#define | SERPENT_BLOCK_SIZE 16 |
Functions | |
int | __serpent_setkey (struct serpent_ctx *ctx, const u8 *key, unsigned int keylen) |
int | serpent_setkey (struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) |
void | __serpent_encrypt (struct serpent_ctx *ctx, u8 *dst, const u8 *src) |
void | __serpent_decrypt (struct serpent_ctx *ctx, u8 *dst, const u8 *src) |
Definition at line 510 of file serpent_generic.c.
Definition at line 445 of file serpent_generic.c.
Definition at line 232 of file serpent_generic.c.
Definition at line 439 of file serpent_generic.c.