EVP_PKEY_get0_RSA
RSA_get0_key(EVP_PKEY_get0_RSA(tpubkey), &n, NULL, NULL);
RSA *rsa = EVP_PKEY_get0_RSA(pkey);
struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);
if (pkey == NULL || (rsa = EVP_PKEY_get0_RSA(pkey)) == NULL) {
if ((rsa = EVP_PKEY_get0_RSA(pkey)) == NULL)
EVP_PKEY_get0_RSA(cpk->privatekey) == NULL)
!(RSA_flags(EVP_PKEY_get0_RSA(pkey)) & RSA_METHOD_FLAG_NO_CHECK)) {
!(RSA_flags(EVP_PKEY_get0_RSA(priv_key)) & RSA_METHOD_FLAG_NO_CHECK)) {
if (pkey == NULL || (rsa = EVP_PKEY_get0_RSA(pkey)) == NULL) {
if ((rsa = EVP_PKEY_get0_RSA(pkey)) == NULL) {
if ((rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(evp))) == NULL) {
if (EVP_PKEY_get0_RSA(evp) == NULL) {
RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);