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