Retrieve parameters from a decoder into an OSSL_PARAM array.
Declared in <openssl/decoder.h>
int
OSSL_DECODER_get_params(
OSSL_DECODER* decoder,
OSSL_PARAM params[]);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| decoder | Decoder to query. |
| params | Array of OSSL_PARAM requests; unrecognized keys are ignored. |