BF_set_key
void BF_set_key(BF_KEY *, int, const unsigned char *);
BF_set_key(&bp->bp_key, keylen / 8, key);
BF_set_key((BF_KEY *) *sched, len, key);