Lines Matching defs:output
216 unsigned char *output)
222 output[offset] = input[offset]
236 mbedtls_xor(output + offset, input + offset, ctx->keystream8, 64U);
248 mbedtls_xor(output + offset, input + offset, ctx->keystream8, size);
262 unsigned char *output)
279 ret = mbedtls_chacha20_update(&ctx, data_len, input, output);
474 unsigned char output[381];
488 output);
492 ASSERT(0 == memcmp(output, test_output[i], test_lengths[i]),
493 ("failed (output)\n"));