#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) |
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.