CRYPTO_ocb128_cleanup

Release internal OCB tables and cleanse the context (does not free ctx itself).

Synopsis

Declared in <openssl/modes.h>

void
CRYPTO_ocb128_cleanup(OCB128_CONTEXT* ctx);

Parameters

NameDescription
ctxContext to cleanse, or NULL (no-op).