[#EVP_KDF_CTX_reset] = EVP_KDF_CTX_reset :mrdocs: Reset a KDF context so it can be reconfigured and reused. == Synopsis Declared in `<openssl/kdf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_KDF_CTX_reset(xref:EVP_KDF_CTX.adoc[EVP_KDF_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | KDF context to clear, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#