Allocate a new CMAC context (deprecated; prefer EVP_MAC).
Synopsis
Declared in <openssl/cmac.h>
[[deprecated]]
CMAC_CTX*
CMAC_CTX_new();
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
New CMAC_CTX, or NULL on allocation failure.
Created with MrDocs