Return the OSSL_PARAM descriptors settable on a KEM operation context.
Synopsis
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_KEM_settable_ctx_params(EVP_KEM const* kem);
Return Value
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.
Parameters
Name |
Description |
kem |
KEM algorithm whose settable context parameters are requested. |
Created with MrDocs