Return the OSSL_PARAM descriptors that may be set on an encoder context.
Declared in <openssl/encoder.h>
OSSL_PARAM const*
OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER* encoder);
Array of settable parameter descriptors terminated by OSSL_PARAM_END, or NULL.
| Name | Description |
|---|---|
| encoder | Encoder implementation to query. |