RSA_new
rsa = RSA_new();
if ((*pval = (ASN1_VALUE *)RSA_new()) == NULL)
rsa = RSA_new();
*pval = (ASN1_VALUE *)RSA_new();
RSA *rsa = RSA_new();
if ((rsa = RSA_new()) == NULL)
RSA *RSA_new(void);
rsa = RSA_new();
if ((private = RSA_new()) == NULL || (f4 = BN_new()) == NULL) {
if ((k->rsa = RSA_new()) == NULL)