#include "des_locl.h"
Go to the source code of this file.
Functions | |
void | DES_pcbc_encrypt (const unsigned char *input, unsigned char *output, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) |
void DES_pcbc_encrypt | ( | const unsigned char * | input, |
unsigned char * | output, | ||
long | length, | ||
DES_key_schedule * | schedule, | ||
DES_cblock * | ivec, | ||
int | enc | ||
) |
Definition at line 61 of file pcbc_enc.c.