Lines Matching full:decoder
89 \&\- Decoder context routines
93 \& #include <openssl/decoder.h>
98 \& const OSSL_PARAM *OSSL_DECODER_settable_ctx_params(OSSL_DECODER *decoder);
108 \& int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder);
154 which will stop adding one more decoder implementations when it has already
157 the decoder implementations that take that input type. For example, if the
158 input type is set to \f(CW\*(C`DER\*(C'\fR, a PEM to DER decoder will be ignored.
162 simply try with one decoder implementation after the other, and thereby
171 decoder that was just used, and that may be useful for the constructor.
190 a decoder, to be used to attempt to decode some encoded input.
193 added decoders, and adds them as well. This is used to build decoder
197 the decoder chains to be considered, as explained in the general description
201 the input is expected to have. This may be used to determines what decoder
203 relevant, or when the decoder implementations are expected to figure it out.
232 The \fBOSSL_DECODER_INSTANCE\fR for the decoder from which the constructor gets
236 A provider-native object abstraction produced by the decoder. Further
248 \&\fBOSSL_DECODER_INSTANCE_get_decoder()\fR can be used to get the decoder
249 implementation from a decoder instance \fIdecoder_inst\fR.
251 \&\fBOSSL_DECODER_INSTANCE_get_decoder_ctx()\fR can be used to get the decoder
252 implementation's provider context from a decoder instance \fIdecoder_inst\fR.
254 \&\fBOSSL_DECODER_INSTANCE_get_input_type()\fR can be used to get the decoder
255 implementation's input type from a decoder instance \fIdecoder_inst\fR.
258 structure for the decoder implementation from a decoder instance