CMAC_CTX_cleanup

Clear sensitive CMAC state while keeping the context allocated (deprecated).

Synopsis

Declared in <openssl/cmac.h>

[[deprecated]]
void
CMAC_CTX_cleanup(CMAC_CTX* ctx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
ctxContext to clean, or NULL.