EVP_KDF_CTX_gettable_params

Return the OSSL_PARAM descriptors that can be retrieved from a KDF context.

Synopsis

Declared in <openssl/kdf.h>

OSSL_PARAM const*
EVP_KDF_CTX_gettable_params(EVP_KDF_CTX* ctx);

Return Value

Array of OSSL_PARAM descriptors terminated by an end sentinel, or NULL.

Parameters

NameDescription
ctxKDF context whose gettable parameters are queried.