[#EVP_KDF_get_params] = EVP_KDF_get_params :mrdocs: Retrieve algorithm‐level OSSL_PARAM values from a fetched EVP_KDF. == Synopsis Declared in `<openssl/kdf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_KDF_get_params( xref:EVP_KDF.adoc[EVP_KDF]* kdf, xref:OSSL_PARAM.adoc[OSSL_PARAM] params[]); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *kdf* | Fetched KDF algorithm. | *params* | NULL‐terminated parameter array to fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#