Lines Matching refs:decoder

34  #include <openssl/decoder.h>
39 const OSSL_PARAM *OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder);
49 int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder);
95 which will stop adding one more decoder implementations when it has already
98 the decoder implementations that take that input type. For example, if the
99 input type is set to C<DER>, a PEM to DER decoder will be ignored.
103 simply try with one decoder implementation after the other, and thereby
112 decoder that was just used, and that may be useful for the constructor.
132 a decoder, to be used to attempt to decode some encoded input.
135 added decoders, and adds them as well. This is used to build decoder
139 the decoder chains to be considered, as explained in the general description
143 the input is expected to have. This may be used to determines what decoder
145 relevant, or when the decoder implementations are expected to figure it out.
178 The B<OSSL_DECODER_INSTANCE> for the decoder from which the constructor gets
183 A provider-native object abstraction produced by the decoder. Further
198 OSSL_DECODER_INSTANCE_get_decoder() can be used to get the decoder
199 implementation from a decoder instance I<decoder_inst>.
201 OSSL_DECODER_INSTANCE_get_decoder_ctx() can be used to get the decoder
202 implementation's provider context from a decoder instance I<decoder_inst>.
204 OSSL_DECODER_INSTANCE_get_input_type() can be used to get the decoder
205 implementation's input type from a decoder instance I<decoder_inst>.
208 structure for the decoder implementation from a decoder instance