Return the EVP_PKEY_CTX currently attached to a digest context.
Synopsis
Declared in <openssl/evp.h>
EVP_PKEY_CTX*
EVP_MD_CTX_get_pkey_ctx(EVP_MD_CTX const* ctx);
Return Value
Associated key context, or NULL if none; do not free the result.
Parameters
Name |
Description |
ctx |
Digest context to query. |
Created with MrDocs