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

Go to the source code of this file.

Functions

void DES_xcbc_encrypt (const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc)
 

Function Documentation

void DES_xcbc_encrypt ( const unsigned char *  in,
unsigned char *  out,
long  length,
DES_key_schedule schedule,
DES_cblock ivec,
const_DES_cblock inw,
const_DES_cblock outw,
int  enc 
)

Definition at line 112 of file xcbc_enc.c.