commit | 3cc215198eac75cc4130729ddd94a5cdbdb4d300 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Nov 16 17:26:25 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 20 14:26:56 2018 +0800 |
tree | 1c1f1c2e8e355f421154ca364853665891fa89a8 | |
parent | d97a94309d764ed907d4281da6246f5d935166f8 [diff] |
crypto: arm/chacha20 - refactor to allow varying number of rounds In preparation for adding XChaCha12 support, rename/refactor the NEON implementation of ChaCha20 to support different numbers of rounds. Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>