Retrieve gettable parameters from an EVP_KDF_CTX.
Declared in <openssl/kdf.h>
int
EVP_KDF_CTX_get_params(
EVP_KDF_CTX* ctx,
OSSL_PARAM params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | KDF context to query. |
| params | Parameter array describing the values to fetch. |