Duplicate a digest context, including algorithm state and any associated key material.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_MD_CTX* EVP_MD_CTX_dup(EVP_MD_CTX const* in);
Newly allocated copy, or NULL on failure.