Return the OSSL_PARAM descriptors for parameters settable on a key-exchange context.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_KEYEXCH_settable_ctx_params(EVP_KEYEXCH const* keyexch);
Constant OSSL_PARAM array for use with EVP_PKEY_CTX_set_params(), or NULL on error.
| Name | Description |
|---|---|
| keyexch | Key-exchange implementation to query. |