Lines Matching defs:input
158 const unsigned char *input,
180 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, len, input, output);
190 ret = mbedtls_poly1305_update(&ctx->poly1305_ctx, input, len);
195 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, len, input, output);
250 const unsigned char *input,
266 ret = mbedtls_chachapoly_update(ctx, length, input, output);
282 const unsigned char *input,
288 input, output, tag);
297 const unsigned char *input,
306 aad, aad_len, input, output, check_tag)) != 0) {