Return descriptors for parameters that can be set on a decoder context.
Declared in <openssl/decoder.h>
OSSL_PARAM const*
OSSL_DECODER_settable_ctx_params(OSSL_DECODER* encoder);
OSSL_PARAM array of settable parameter descriptors, or NULL if none.
| Name | Description |
|---|---|
| encoder | Decoder whose settable context parameters are listed. |