Lines Matching defs:input
125 const unsigned char *input,
143 mbedtls_xor(output, input, tmp_buf + offset, use_len);
359 const unsigned char *input, size_t input_len,
403 mbedtls_xor(ctx->y + offset, ctx->y + offset, input, use_len);
417 ret = mbedtls_ccm_crypt(ctx, offset, use_len, input, output);
427 * it as input to any operations.
429 * input in the XOR operation for Y.
431 ret = mbedtls_ccm_crypt(ctx, offset, use_len, input, local_output);
462 input += use_len;
515 const unsigned char *input, unsigned char *output,
533 if ((ret = mbedtls_ccm_update(ctx, input, length,
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) {
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