chacha_encrypt_bytes
static inline void chacha_encrypt_bytes(struct chacha_ctx *x, const u8 *m,
chacha_encrypt_bytes((chacha_ctx *)ctx, in, out, (uint32_t)n);
chacha_encrypt_bytes(&ctx, in, out, (uint32_t)n);
void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen,
chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4);
chacha_encrypt_bytes(&ctx->main_ctx,
chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const uint8_t *m,
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
chacha_encrypt_bytes(&ctx->chacha, poly_key, poly_key,
chacha_encrypt_bytes(&state->cipher_ctx, NULL, out, cnt);
chacha_encrypt_bytes(&state->cipher_ctx, NULL, state->key,