OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ncbc_enc.c File Reference
#include "des_locl.h"

Go to the source code of this file.

Functions

void DES_ncbc_encrypt (const unsigned char *in, unsigned char *out, long length, DES_key_schedule *_schedule, DES_cblock *ivec, int enc)
 

Function Documentation

void DES_ncbc_encrypt ( const unsigned char *  in,
unsigned char *  out,
long  length,
DES_key_schedule _schedule,
DES_cblock ivec,
int  enc 
)

Definition at line 70 of file ncbc_enc.c.