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

Go to the source code of this file.

Functions

const char * BF_options (void)
 
void BF_ecb_encrypt (const unsigned char *in, unsigned char *out, const BF_KEY *key, int encrypt)
 

Variables

const char BF_version [] ="Blowfish" OPENSSL_VERSION_PTEXT
 

Function Documentation

void BF_ecb_encrypt ( const unsigned char *  in,
unsigned char *  out,
const BF_KEY key,
int  encrypt 
)

Definition at line 81 of file bf_ecb.c.

const char* BF_options ( void  )

Definition at line 70 of file bf_ecb.c.

Variable Documentation

const char BF_version[] ="Blowfish" OPENSSL_VERSION_PTEXT

Definition at line 68 of file bf_ecb.c.