Describe context parameters that can be set before deriving with kdf.
Declared in <openssl/kdf.h>
OSSL_PARAM const*
EVP_KDF_settable_ctx_params(EVP_KDF const* kdf);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_construct_end(); do not free.
| Name | Description |
|---|---|
| kdf | KDF method to query. |