Duplicate a KDF context, copying algorithm state where supported.

Synopsis

Declared in <openssl/kdf.h>

EVP_KDF_CTX*
EVP_KDF_CTX_dup(EVP_KDF_CTX const* src);

Return Value

New EVP_KDF_CTX, or NULL on failure.

Parameters

Name

Description

src

Source context to copy.

Created with MrDocs