Lines Matching full:encoder
85 \&\- Encoder context routines
89 \& #include <openssl/encoder.h>
94 \& const OSSL_PARAM *OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER *encoder);
105 \& int OSSL_ENCODER_CTX_add_encoder(OSSL_ENCODER_CTX *ctx, OSSL_ENCODER *encoder);
134 encoder implementations, which means that the output from one encoder may be
148 encoder that is going to be used, and that may be useful for the
166 \&\fIctx\fR with a encoder, to be used to encode an input object.
170 encoder chains.
173 be specified, and determines if a complete encoder chain is available.
176 This may be used to determines what encoder implementations may be used.
195 The \fBOSSL_ENCODER_INSTANCE\fR for the encoder from which the constructor gets
207 \&\fBOSSL_ENCODER_INSTANCE_get_encoder()\fR can be used to get the encoder
208 implementation of the encoder instance \fIencoder_inst\fR.
210 \&\fBOSSL_ENCODER_INSTANCE_get_encoder_ctx()\fR can be used to get the encoder
211 implementation's provider context of the encoder instance \fIencoder_inst\fR.
214 for the encoder implementation of the encoder instance \fIencoder_inst\fR.
218 structure for the encoder implementation of the encoder instance