Free a CMAC context and its resources.
Synopsis
Declared in <openssl/cmac.h>
[[deprecated]]
void
CMAC_CTX_free(CMAC_CTX* ctx);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
ctx |
Context to free, or NULL. |
Created with MrDocs