EVP_KDF_get0_description

Return a human-readable description of a KDF algorithm.

Synopsis

Declared in <openssl/kdf.h>

char const*
EVP_KDF_get0_description(EVP_KDF const* kdf);

Return Value

Internal description string, or NULL; do not free.

Parameters

NameDescription
kdfKDF method to query.