Return the decoder implementation associated with a decoder instance.
Declared in <openssl/decoder.h>
OSSL_DECODER*
OSSL_DECODER_INSTANCE_get_decoder(OSSL_DECODER_INSTANCE* decoder_inst);
OSSL_DECODER used for this instance, or NULL on failure.
| Name | Description |
|---|---|
| decoder_inst | Active decoder instance from a decode run. |