Return the primary EVP_PKEY associated with a key context.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_PKEY* EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX* ctx);
Key pointer owned by ctx (do not free), or NULL if unset.
ctx