ChaCha_set_iv
ChaCha_set_iv((ChaCha_ctx *)ctx->cipher_data, iv, counter);
ChaCha_set_iv(&cpx->chacha, iv, NULL);
void ChaCha_set_iv(ChaCha_ctx *ctx, const unsigned char *iv,