Return descriptors for parameters that can be retrieved from an encoder.
Declared in <openssl/encoder.h>
OSSL_PARAM const*
OSSL_ENCODER_gettable_params(OSSL_ENCODER* encoder);
OSSL_PARAM array of gettable parameter descriptors terminated by OSSL_PARAM_END, or NULL.
| Name | Description |
|---|---|
| encoder | Encoder to query. |