Lines Matching defs:output
409 * \param output The buffer where the output is written. It must be
414 * \param output_length On success, the number of bytes written to \p output.
423 uint8_t *output,
455 output, &internal_output_length));
461 output += internal_output_length;
472 output, &internal_output_length));
481 output += internal_output_length;
502 uint8_t *output, size_t output_size, size_t *output_length)
511 * output in this call. */
531 output,
542 input_length, output, output_length));
554 uint8_t *output, size_t output_size, size_t *output_length)
576 ; /* Nothing to copy. Note that output may be NULL in this case. */
578 memcpy(output, temp_output_buffer, *output_length);
613 uint8_t *output,
636 output, output_size,
644 mbedtls_buffer_offset(output, update_output_length),
669 uint8_t *output,
696 output, output_size, &olength);
705 mbedtls_buffer_offset(output, accumulated_length),