Duplicate a MAC context, including its current state.
Synopsis
Declared in <openssl/evp.h>
EVP_MAC_CTX*
EVP_MAC_CTX_dup(EVP_MAC_CTX const* src);
Return Value
Newly allocated copy, or NULL on failure.
Parameters
Name |
Description |
src |
Source context to copy. |
Created with MrDocs