Return the context parameters that can be read from a KEM algorithm.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_KEM_gettable_ctx_params(EVP_KEM const* kem);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.
| Name | Description |
|---|---|
| kem | KEM algorithm to query. |