#include "des_locl.h"
Go to the source code of this file.
Functions | |
void | DES_cfb64_encrypt (const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num, int enc) |
void DES_cfb64_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
long | length, | ||
DES_key_schedule * | schedule, | ||
DES_cblock * | ivec, | ||
int * | num, | ||
int | enc | ||
) |
Definition at line 66 of file cfb64enc.c.