RSA_generate_key_ex
LCRYPTO_USED(RSA_generate_key_ex);
int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
if (RSA_generate_key_ex(rsa, bits, e, &cb)) {
LCRYPTO_ALIAS(RSA_generate_key_ex);
if (!RSA_generate_key_ex(rsa, rctx->nbits, rctx->pub_exp, pcb))
if (!RSA_generate_key_ex(rsa, bits, e, NULL))
!RSA_generate_key_ex(rsa, num, bn, cb))