RSA_generate_key_ex
ret = RSA_generate_key_ex(private_key->private_key.rsa, bits, e, NULL);
ret = RSA_generate_key_ex(rsa, bits, e, NULL);
if (RSA_generate_key_ex(rsa, bits, e, cb)) {
OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,