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