Return the algorithm name of a KDF method.

Synopsis

Declared in <openssl/kdf.h>

char const*
EVP_KDF_get0_name(EVP_KDF const* kdf);

Return Value

Internal algorithm name string; do not free.

Parameters

Name

Description

kdf

KDF method to query.

Created with MrDocs