Lines Matching refs:decoder_inst
57 OSSL_DECODER_INSTANCE_get_decoder(OSSL_DECODER_INSTANCE *decoder_inst);
59 OSSL_DECODER_INSTANCE_get_decoder_ctx(OSSL_DECODER_INSTANCE *decoder_inst);
61 OSSL_DECODER_INSTANCE_get_input_type(OSSL_DECODER_INSTANCE *decoder_inst);
62 OSSL_DECODER_INSTANCE_get_input_structure(OSSL_DECODER_INSTANCE *decoder_inst,
65 typedef int OSSL_DECODER_CONSTRUCT(OSSL_DECODER_INSTANCE *decoder_inst,
80 int OSSL_DECODER_export(OSSL_DECODER_INSTANCE *decoder_inst,
164 decode instance I<decoder_inst> that the constructor got and an object
175 =item I<decoder_inst>
198 implementation from a decoder instance I<decoder_inst>.
201 implementation's provider context from a decoder instance I<decoder_inst>.
204 implementation's input type from a decoder instance I<decoder_inst>.
208 I<decoder_inst>.