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

Name

Description

ctx

Context to clean, or NULL.

Created with MrDocs