RSA_set0_key
int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
if (RSA_set0_key(rsa, n, e, d) == 0)