Duplicate a KDF context, copying algorithm state where supported.
Declared in <openssl/kdf.h>
<openssl/kdf.h>
EVP_KDF_CTX* EVP_KDF_CTX_dup(EVP_KDF_CTX const* src);
New EVP_KDF_CTX, or NULL on failure.