[#OSSL_HPKE_CTX_free] = OSSL_HPKE_CTX_free :mrdocs: Free an HPKE context and clear associated secrets. == Synopsis Declared in `<openssl/hpke.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_HPKE_CTX_free(xref:OSSL_HPKE_CTX.adoc[OSSL_HPKE_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context to free, or NULL (no‐op). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#