[#CMAC_CTX_new] = CMAC_CTX_new :mrdocs: Allocate a new CMAC context (deprecated; prefer EVP_MAC). == Synopsis Declared in `<openssl/cmac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:CMAC_CTX.adoc[CMAC_CTX]* CMAC_CTX_new(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value New CMAC_CTX, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#