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