OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bf_enc.c File Reference
#include <openssl/blowfish.h>
#include "bf_locl.h"

Go to the source code of this file.

Functions

void BF_encrypt (BF_LONG *data, const BF_KEY *key)
 
void BF_decrypt (BF_LONG *data, const BF_KEY *key)
 
void BF_cbc_encrypt (const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int encrypt)
 

Function Documentation

void BF_cbc_encrypt ( const unsigned char *  in,
unsigned char *  out,
long  length,
const BF_KEY schedule,
unsigned char *  ivec,
int  encrypt 
)

Definition at line 224 of file bf_enc.c.

void BF_decrypt ( BF_LONG data,
const BF_KEY key 
)

Definition at line 149 of file bf_enc.c.

void BF_encrypt ( BF_LONG data,
const BF_KEY key 
)

Definition at line 72 of file bf_enc.c.