Eric Biggers <ebigg...@kernel.org> wrote:
> From: Eric Biggers <ebigg...@google.com>
> 
> Constify the ctx and iv arguments to crypto_chacha_init() and the
> various chacha*_stream_xor() functions.  This makes it clear that they
> are not modified.
> 
> Signed-off-by: Eric Biggers <ebigg...@google.com>
> ---
> arch/arm/crypto/chacha-neon-glue.c   | 2 +-
> arch/arm64/crypto/chacha-neon-glue.c | 2 +-
> arch/x86/crypto/chacha_glue.c        | 2 +-
> crypto/chacha_generic.c              | 4 ++--
> include/crypto/chacha.h              | 2 +-
> 5 files changed, 6 insertions(+), 6 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to