Return descriptors for parameters that can be retrieved from a decoder.
Declared in <openssl/decoder.h>
OSSL_PARAM const*
OSSL_DECODER_gettable_params(OSSL_DECODER* decoder);
OSSL_PARAM array of gettable parameter descriptors, or NULL if none.
| Name | Description |
|---|---|
| decoder | Decoder to query. |