Allocate a new HMAC context (deprecated; prefer EVP_MAC).

Synopsis

Declared in <openssl/hmac.h>

[[deprecated]]
HMAC_CTX*
HMAC_CTX_new();
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

New HMAC_CTX, or NULL on allocation failure.

Created with MrDocs