Lines Matching defs:output
126 unsigned char *output)
143 mbedtls_xor(output, input, tmp_buf + offset, use_len);
360 unsigned char *output, size_t output_size,
417 ret = mbedtls_ccm_crypt(ctx, offset, use_len, input, output);
425 /* Since output may be in shared memory, we cannot be sure that
428 * Write decrypted data to local_output to avoid using output variable as
438 memcpy(output, local_output, use_len);
463 output += use_len;
515 const unsigned char *input, unsigned char *output,
534 output, length, &olen)) != 0) {
551 const unsigned char *input, unsigned char *output,
555 add, add_len, input, output, tag, tag_len);
561 const unsigned char *input, unsigned char *output,
565 add, add_len, input, output, tag, tag_len);
588 const unsigned char *input, unsigned char *output,
596 input, output, check_tag, tag_len)) != 0) {
601 mbedtls_platform_zeroize(output, length);
611 const unsigned char *input, unsigned char *output,
616 input, output, tag, tag_len);
622 const unsigned char *input, unsigned char *output,
627 input, output, tag, tag_len);
684 * Some hardware accelerators require the input and output buffers