Return the OSSL_PARAM descriptors that may be set on an initialized cipher context.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_CIPHER_CTX_settable_params(EVP_CIPHER_CTX* ctx);
Array of settable parameter descriptors terminated by OSSL_PARAM_construct_end(), or NULL.
| Name | Description |
|---|---|
| ctx | Cipher context to query. |