chacha_encrypt_bytes
chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
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);
chacha_encrypt_bytes(&chacha, buf, buf, buflen);
chacha_encrypt_bytes(&chacha_ctx, b.b0, b.b0, sizeof(b.b0));
chacha_encrypt_bytes(&chacha_ctx, (uint8_t *) src, dst, src_len);
chacha_encrypt_bytes(&chacha_ctx, b.b0, b.b0, sizeof(b.b0));
chacha_encrypt_bytes(&chacha_ctx, (uint8_t *) src, dst, dst_len);
chacha_encrypt_bytes((chacha_ctx *)ctx->block, data, data,
chacha_encrypt_bytes((chacha_ctx *)&ctx->chacha, ctx->key, ctx->key,
chacha_encrypt_bytes(&rs, rs_buf, rs_buf, sizeof(rs_buf));
chacha_encrypt_bytes((chacha_ctx *)ctx, buf, buf, n);
void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4);
chacha_encrypt_bytes(&ctx->main_ctx,
chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen,