OSSL_DECODER_INSTANCE_get_decoder

Return the decoder implementation associated with a decoder instance.

Synopsis

Declared in <openssl/decoder.h>

OSSL_DECODER*
OSSL_DECODER_INSTANCE_get_decoder(OSSL_DECODER_INSTANCE* decoder_inst);

Return Value

OSSL_DECODER used for this instance, or NULL on failure.

Parameters

NameDescription
decoder_instActive decoder instance from a decode run.