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