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