commit | 796c99fbd7e20a8d78189fc0166a524d78f635a0 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Nov 22 11:51:38 2017 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Nov 29 17:33:33 2017 +1100 |
tree | 29455dcf0b7dc20459f378927e398f3a0f2fa3f6 | |
parent | a1c73383c032ea467c4e766d4471edf91cf384cb [diff] |
crypto: x86/chacha20 - Remove cra_alignmask Now that the generic ChaCha20 implementation no longer needs a cra_alignmask, the x86 one doesn't either -- given that the x86 implementation doesn't need the alignment itself. 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>