OSSL_HPKE_CTX_free

Free an HPKE context and clear associated secrets.

Synopsis

Declared in <openssl/hpke.h>

void
OSSL_HPKE_CTX_free(OSSL_HPKE_CTX* ctx);

Parameters

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