chacha_encrypt_bytes
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,
chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
chacha_encrypt_bytes(ctx, in, out, CHACHA_BLOCKLEN);
chacha_encrypt_bytes(ctx, in, out, len);
chacha_encrypt_bytes(ctx, in, out, len);
LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
chacha_encrypt_bytes(prf, NULL, buf, chunklen);
chacha_encrypt_bytes(&context->chacha, NULL, d_out,
chacha_encrypt_bytes(&kdc->kdc_chacha, buf, buf, size);
chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length);