Lines Matching full:output
141 * the \p tag with the \p output, as done in <em>RFC-3610:
143 * \p tag = \p output + \p length, and make sure that the
144 * output buffer is at least \p length + \p tag_len wide.
162 * \param output The buffer holding the output data. If \p length is greater
163 * than zero, \p output must be a writable buffer of at least
176 const unsigned char *input, unsigned char *output,
183 * the \p tag with the \p output, as done in <em>RFC-3610:
185 * \p tag = \p output + \p length, and make sure that the
186 * output buffer is at least \p length + \p tag_len wide.
208 * \param output The buffer holding the output data. If \p length is greater
209 * than zero, \p output must be a writable buffer of at least
225 const unsigned char *input, unsigned char *output,
247 * \param output The buffer holding the output data. If \p length is greater
248 * than zero, \p output must be a writable buffer of at least
262 const unsigned char *input, unsigned char *output,
290 * \param output The buffer holding the output data. If \p length is greater
291 * than zero, \p output must be a writable buffer of at least
308 const unsigned char *input, unsigned char *output,
423 * This function may produce output in one of the following
425 * - Immediate output: the output length is always equal
427 * - Buffered output: except for the last part of input data,
428 * the output consists of a whole number of 16-byte blocks.
431 * the total output length is 16 \* *B*.
432 * For the last part of input data, the output length is
457 * \param output The buffer for the output data. If \p output_size
460 * \param output_size The size of the output buffer in bytes.
461 * See the function description regarding the output size.
463 * length of the output written in \p output.
475 unsigned char *output, size_t output_size,