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