OSSL_DECODER_settable_ctx_params

Return descriptors for parameters that can be set on a decoder context.

Synopsis

Declared in <openssl/decoder.h>

OSSL_PARAM const*
OSSL_DECODER_settable_ctx_params(OSSL_DECODER* encoder);

Return Value

OSSL_PARAM array of settable parameter descriptors, or NULL if none.

Parameters

NameDescription
encoderDecoder whose settable context parameters are listed.