Describe the parameters that can be read from an EVP_KDF via EVP_KDF_get_params().
Declared in <openssl/kdf.h>
<openssl/kdf.h>
OSSL_PARAM const* EVP_KDF_gettable_params(EVP_KDF const* kdf);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_construct_end(); do not free.