Return the EVP_PKEY_CTX currently attached to a digest context.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_PKEY_CTX* EVP_MD_CTX_get_pkey_ctx(EVP_MD_CTX const* ctx);
Associated key context, or NULL if none; do not free the result.