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