Lines Matching refs:output
75 encoder implementations, which means that the output from one encoder may be
80 The final output type must be given, and a chain of encoders must end with
81 an implementation that produces that output type.
109 OSSL_ENCODER_CTX_add_extra() finds encoders that further encodes output
113 OSSL_ENCODER_CTX_set_output_type() sets the ending output type. This must
116 OSSL_ENCODER_CTX_set_output_structure() sets the desired output structure.
118 Depending on the type of object being encoded, the output structure may
161 OSSL_ENCODER_INSTANCE_get_output_type() can be used to get the output type
165 OSSL_ENCODER_INSTANCE_get_output_structure() can be used to get the output
199 output type.
202 of the output structure.