ChaCha20_ctr32
void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len,
ChaCha20_ctr32(out, inp, blocks, key->key.d, key->counter);
ChaCha20_ctr32(key->buf, key->buf, CHACHA_BLK_SIZE,
ChaCha20_ctr32(buf, zero, buf_len, actx->key.key.d,
ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE),
ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE),
ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
ChaCha20_ctr32(actx->key.buf, zero, CHACHA_BLK_SIZE,
void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
ChaCha20_ctr32(ctx->buf, ctx->buf, CHACHA_BLK_SIZE,
ChaCha20_ctr32(out, in, blocks, ctx->key.d, ctx->counter);
ChaCha20_ctr32(buf, zero, buf_len, ctx->chacha.key.d, ctx->chacha.counter);
ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE),
ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE),
ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter);
ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter);
ChaCha20_ctr32(ctx->chacha.buf, zero, CHACHA_BLK_SIZE,
ChaCha20_ctr32(buf, buf, i, key, ivp);
void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
ChaCha20_ctr32(out, in, todo, key, counter);
ChaCha20_ctr32(block, block, CHACHA_BLK_SIZE, key, counter);
ChaCha20_ctr32(block, block, sizeof(block), key, counter);
ChaCha20_ctr32(out, in, todo, key, counter);
ChaCha20_ctr32(block, block, CHACHA_BLK_SIZE, key, counter);
ChaCha20_ctr32(block, block, sizeof(block), key, counter);
ChaCha20_ctr32(out, in, todo, key, counter);
ChaCha20_ctr32(block, block, CHACHA_BLK_SIZE, key, counter);
void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,