Allocate a new HMAC context (deprecated; prefer EVP_MAC).
Declared in <openssl/hmac.h>
<openssl/hmac.h>
[[deprecated]] HMAC_CTX* HMAC_CTX_new();
Deprecated. Use of this entity is allowed but discouraged.
New HMAC_CTX, or NULL on allocation failure.