RSA_get0_factors
void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q);
RSA_get0_factors(rsa, &p, &q);