Return the OSSL_PARAM descriptors gettable from a key context.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_PKEY_CTX_gettable_params(EVP_PKEY_CTX const* ctx);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.
| Name | Description |
|---|---|
| ctx | Key context to query. |