RC2_set_key
RC2_set_key(&rc2_ks, 16, key16, 128);
RC2_set_key(&data(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx),
void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);