Free an HPKE context and clear associated secrets.

Synopsis

Declared in <openssl/hpke.h>

void
OSSL_HPKE_CTX_free(OSSL_HPKE_CTX* ctx);

Parameters

Name

Description

ctx

Context to free, or NULL (no‐op).

Created with MrDocs