commit | 413808b71e6204b0cc1eeaa77960f7c3cd381d33 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Nov 17 23:22:16 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 22 18:48:39 2019 +0800 |
tree | 066de837a558fe66c353eda30ffd2ee15c1f0b64 | |
parent | b62755aed3a3f5ca9edd2718339ccea3b6bbbe57 [diff] |
crypto: lib/chacha20poly1305 - use chacha20_crypt() Use chacha20_crypt() instead of chacha_crypt(), since it's not really appropriate for users of the ChaCha library API to be passing the number of rounds as an argument. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>