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

Name

Description

decoder_inst

Active decoder instance from a decode run.

Created with MrDocs