OSSL_DECODER_gettable_params

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

NameDescription
decoderDecoder to query.