cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
bfecb.c File Reference
#include "crypt/osconfig.h"
#include "crypt/blowfish.h"
#include "crypt/bflocl.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)
 

Function Documentation

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

Definition at line 85 of file bfecb.c.

const char* BF_options ( void  )

Definition at line 74 of file bfecb.c.