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