Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | bf_ctx |
Macros | |
#define | BF_BLOCK_SIZE 8 |
#define | BF_MIN_KEY_SIZE 4 |
#define | BF_MAX_KEY_SIZE 56 |
Functions | |
int | blowfish_setkey (struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) |
#define BF_BLOCK_SIZE 8 |
Definition at line 11 of file blowfish.h.
#define BF_MAX_KEY_SIZE 56 |
Definition at line 13 of file blowfish.h.
#define BF_MIN_KEY_SIZE 4 |
Definition at line 12 of file blowfish.h.
Definition at line 349 of file blowfish_common.c.