Return OSSL_PARAM descriptors that can be retrieved from an EVP_KDF_CTX.
Declared in <openssl/kdf.h>
OSSL_PARAM const*
EVP_KDF_gettable_ctx_params(EVP_KDF const* kdf);
Array of OSSL_PARAM descriptors terminated by an end sentinel, or NULL.
| Name | Description |
|---|---|
| kdf | Fetched KDF algorithm whose context gettable params are queried. |