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

Name

Description

kdf

KDF method to query.

Created with MrDocs