Go to the source code of this file.
Functions | |
void | RC2_cfb64_encrypt (const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt) |
void RC2_cfb64_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
long | length, | ||
RC2_KEY * | schedule, | ||
unsigned char * | ivec, | ||
int * | num, | ||
int | encrypt | ||
) |
Definition at line 67 of file rc2cfb64.c.