commit | a1c73383c032ea467c4e766d4471edf91cf384cb | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Nov 22 11:51:37 2017 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Nov 29 17:33:32 2017 +1100 |
tree | 03773215ea6b72cc2fbdf5cb0b0b512c5ac11fb6 | |
parent | dbd872a123fab81d0fa235a265c39e5ccdf735b3 [diff] |
crypto: chacha20 - Remove cra_alignmask Now that crypto_chacha20_setkey() and crypto_chacha20_init() use the unaligned access macros and crypto_xor() also accepts unaligned buffers, there is no need to have a cra_alignmask set for chacha20-generic. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>