BF_decrypt
BF_decrypt(d,key);
BF_decrypt(tin,schedule);
void BF_decrypt(BF_LONG *data,const BF_KEY *key);
void BF_decrypt(BF_LONG *, BF_KEY *);