Go to the source code of this file.
Functions | |
void | BF_encrypt (BF_LONG *data, const BF_KEY *key) |
void | BF_decrypt (BF_LONG *data, const BF_KEY *key) |
void | BF_cbc_encrypt (const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int encrypt) |