PandA-2024.02
|
Go to the source code of this file.
Functions | |
void | BF_cfb64_encrypt (unsigned char *in, unsigned char *out, long length, unsigned char *ivec, int *num, int encrypt) |
void BF_cfb64_encrypt | ( | unsigned char * | in, |
unsigned char * | out, | ||
long | length, | ||
unsigned char * | ivec, | ||
int * | num, | ||
int | encrypt | ||
) |
Definition at line 82 of file bf_cfb64.c.
References BF_ENCRYPT, BF_encrypt(), BF_LONG, encrypt(), l2n, and n2l.
Referenced by blowfish_main().