BF_KEY
BF_KEY bf_ks;
const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
const BF_KEY *key, int encrypt)
void BF_decrypt(BF_LONG *data, const BF_KEY *key)
const BF_KEY *schedule, unsigned char *ivec, int encrypt)
void BF_encrypt(BF_LONG *data, const BF_KEY *key)
const BF_KEY *schedule, unsigned char *ivec, int *num)
static const BF_KEY bf_init= {
void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
memcpy(key,&bf_init,sizeof(BF_KEY));
BF_KEY ks;
const BF_KEY *schedule, unsigned char *ivec, int enc);
const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
const BF_KEY *schedule, unsigned char *ivec, int *num);
void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
void BF_encrypt(BF_LONG *data,const BF_KEY *key);
void BF_decrypt(BF_LONG *data,const BF_KEY *key);
const BF_KEY *key, int enc);
BF_decrypt(BF_LONG *data, BF_KEY *key)
BF_encrypt(BF_LONG *data, BF_KEY *key)
static const BF_KEY bf_init= {
BF_set_key(BF_KEY *key, int len, unsigned char *data)
memcpy((char *)key, (const char *)&bf_init, sizeof(BF_KEY));
void BF_set_key(BF_KEY *, int, unsigned char *);
void BF_encrypt(BF_LONG *, BF_KEY *);
void BF_decrypt(BF_LONG *, BF_KEY *);
BF_KEY *, int);