CRYPTO_gcm128_release

Free a GCM128_CONTEXT allocated by CRYPTO_gcm128_new().

Synopsis

Declared in <openssl/modes.h>

void
CRYPTO_gcm128_release(GCM128_CONTEXT* ctx);

Parameters

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