EVP_PKEY_assign_RSA
int ret = EVP_PKEY_assign_RSA(pkey, key);
EVP_PKEY_assign_RSA(pkey, rsa) == 0) {
if(EVP_PKEY_assign_RSA(evp_key, rsa) == 0) {