Get the message digest associated with an HMAC context.
Declared in <openssl/hmac.h>
[[deprecated]]
EVP_MD const*
HMAC_CTX_get_md(HMAC_CTX const* ctx);
Deprecated. Use of this entity is allowed but discouraged.
Digest method, or NULL if unset.
| Name | Description |
|---|---|
| ctx | HMAC context to query. |