Lines Matching refs:encoder
30 #include <openssl/encoder.h>
35 const OSSL_PARAM *OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER *encoder);
46 int OSSL_ENCODER_CTX_add_encoder(OSSL_ENCODER_CTX *ctx, OSSL_ENCODER *encoder);
75 encoder implementations, which means that the output from one encoder may be
89 encoder that is going to be used, and that may be useful for the
108 I<ctx> with a encoder, to be used to encode an input object.
112 encoder chains.
115 be specified, and determines if a complete encoder chain is available.
118 This may be used to determines what encoder implementations may be used.
141 The B<OSSL_ENCODER_INSTANCE> for the encoder from which the constructor gets
156 OSSL_ENCODER_INSTANCE_get_encoder() can be used to get the encoder
157 implementation of the encoder instance I<encoder_inst>.
159 OSSL_ENCODER_INSTANCE_get_encoder_ctx() can be used to get the encoder
160 implementation's provider context of the encoder instance I<encoder_inst>.
163 for the encoder implementation of the encoder instance I<encoder_inst>.
167 structure for the encoder implementation of the encoder instance