Duplicate a cipher context, including its algorithm state.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_CIPHER_CTX* EVP_CIPHER_CTX_dup(EVP_CIPHER_CTX const* in);
Newly allocated copy, or NULL on error; free with EVP_CIPHER_CTX_free.