EVP_PKEY_get1_RSA
key = (ASN1_VALUE *)EVP_PKEY_get1_RSA(pkey);
RSA *EVP_PKEY_get1_RSA(const EVP_PKEY *pkey);
LCRYPTO_ALIAS(EVP_PKEY_get1_RSA);
LCRYPTO_USED(EVP_PKEY_get1_RSA);
rtmp = EVP_PKEY_get1_RSA(key);
if ((rsa = EVP_PKEY_get1_RSA(pkey)) == NULL ||
if ((skey->rsa = EVP_PKEY_get1_RSA(pkey)) == NULL &&
rsa = EVP_PKEY_get1_RSA(pkey);
rsa = EVP_PKEY_get1_RSA(pkey);
if ((rsa = EVP_PKEY_get1_RSA(key->pkey)) == NULL) {
if ((rsa = EVP_PKEY_get1_RSA(pk)) == NULL) {
if ((rsa = EVP_PKEY_get1_RSA(pkey)) == NULL)
if ((rsa = EVP_PKEY_get1_RSA(pkey)) == NULL) {
if (pkey == NULL || (rsa = EVP_PKEY_get1_RSA(pkey)) == NULL)