[#HMAC_CTX_get_md] = HMAC_CTX_get_md :mrdocs: Get the message digest associated with an HMAC context. == Synopsis Declared in `<openssl/hmac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:EVP_MD.adoc[EVP_MD] const* HMAC_CTX_get_md(xref:HMAC_CTX.adoc[HMAC_CTX] const* ctx); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Digest method, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | HMAC context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#