[#EVP_KDF_get0_name] = EVP_KDF_get0_name :mrdocs: Return the algorithm name of a KDF method. == Synopsis Declared in `<openssl/kdf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* EVP_KDF_get0_name(xref:EVP_KDF.adoc[EVP_KDF] const* kdf); ---- == Return Value Internal algorithm name string; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *kdf* | KDF method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#