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.
131 a decoder, to be used to attempt to decode some encoded input.
134 added decoders, and adds them as well. This is used to build decoder
138 the decoder chains to be considered, as explained in the general description
142 the input is expected to have. This may be used to determines what decoder
144 relevant, or when the decoder implementations are expected to figure it out.
177 The B<OSSL_DECODER_INSTANCE> for the decoder from which the constructor gets
182 A provider-native object abstraction produced by the decoder. Further
197 OSSL_DECODER_INSTANCE_get_decoder() can be used to get the decoder
198 implementation from a decoder instance I<decoder_inst>.
200 OSSL_DECODER_INSTANCE_get_decoder_ctx() can be used to get the decoder
201 implementation's provider context from a decoder instance I<decoder_inst>.
203 OSSL_DECODER_INSTANCE_get_input_type() can be used to get the decoder
204 implementation's input type from a decoder instance I<decoder_inst>.
207 structure for the decoder implementation from a decoder instance