EVP_MD_CTX_get0_md_data

Return the digest method's private data pointer for a context.

Synopsis

Declared in <openssl/evp.h>

void*
EVP_MD_CTX_get0_md_data(EVP_MD_CTX const* ctx);

Return Value

Implementation-specific data pointer (do not free), or NULL if unavailable.

Parameters

NameDescription
ctxDigest context to query.