Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | twofish_ctx |
Macros | |
#define | TF_MIN_KEY_SIZE 16 |
#define | TF_MAX_KEY_SIZE 32 |
#define | TF_BLOCK_SIZE 16 |
Functions | |
int | __twofish_setkey (struct twofish_ctx *ctx, const u8 *key, unsigned int key_len, u32 *flags) |
int | twofish_setkey (struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) |
int __twofish_setkey | ( | struct twofish_ctx * | ctx, |
const u8 * | key, | ||
unsigned int | key_len, | ||
u32 * | flags | ||
) |
Definition at line 583 of file twofish_common.c.
Definition at line 703 of file twofish_common.c.