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

Go to the source code of this file.

Functions

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 62 of file bf_cbc.c.