[#EVP_MD_CTX_dup] = EVP_MD_CTX_dup :mrdocs: Duplicate a digest context, including algorithm state and any associated key material. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD_CTX.adoc[EVP_MD_CTX]* EVP_MD_CTX_dup(xref:EVP_MD_CTX.adoc[EVP_MD_CTX] const* in); ---- == Return Value Newly allocated copy, or NULL on failure. == Parameters [cols="1,4"] |=== | Name| Description | *in* | Source context to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#