chacha/chacha_enc.c: harmonize counter width with subroutine name.
authorAndy Polyakov <appro@openssl.org>
Wed, 27 Apr 2016 13:07:32 +0000 (15:07 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 3 Jun 2016 08:23:58 +0000 (10:23 +0200)
commit66bceb5f19d8a1c4436138e6c9e66f25fa0f75d4
tree8a08150a3ed645a4df1509b90c57cf1e8a0b5b2e
parentb1ffe8dbeef2e233707a78847494769cbe305821
chacha/chacha_enc.c: harmonize counter width with subroutine name.

_ctr32 in function name refers to 32-bit counter, but it was implementing
64-bit one. This didn't pose problem to EVP, but 64-bit counter was just
misleading.

RT#4512

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/chacha/chacha_enc.c