Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
blowfish.h File Reference
#include <linux/types.h>
#include <linux/crypto.h>

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)
 

Macro Definition Documentation

#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.

Function Documentation

int blowfish_setkey ( struct crypto_tfm tfm,
const u8 key,
unsigned int  key_len 
)

Definition at line 349 of file blowfish_common.c.