Lines Matching refs:input
87 figure out what the input data is and to attempt to unpack it into one of
89 the output from one can become the input for another. This allows having
93 The chains may be limited by specifying an input type, which is considered a
96 added those that take the specified input type, and functions like
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.
101 The input type can also be NULL, which means that the caller doesn't know
102 what type of input they have. In this case, OSSL_DECODER_from_bio() will
104 discover what kind of input the caller gave it.
132 a decoder, to be used to attempt to decode some encoded input.
134 OSSL_DECODER_CTX_add_extra() finds decoders that generate input for already
138 OSSL_DECODER_CTX_set_input_type() sets the starting input type. This limits
143 the input is expected to have. This may be used to determines what decoder
144 implementations may be used. NULL is a valid input structure, when it's not
205 implementation's input type from a decoder instance I<decoder_inst>.
207 OSSL_DECODER_INSTANCE_get_input_structure() can be used to get the input