commit | b7dac3731848923399c7a92563e3754e8f3b5236 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Dec 29 10:10:26 2017 -0600 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 05 18:43:12 2018 +1100 |
tree | c38970ef37329844caea4294308175f4956c243b | |
parent | 4c7dfbd42183184d20134a795cf152c9701ccddd [diff] |
crypto: x86/poly1305 - remove cra_alignmask crypto_poly1305_final() no longer requires a cra_alignmask, and nothing else in the x86 poly1305-simd implementation does either. So remove the cra_alignmask so that the crypto API does not have to unnecessarily align the buffers. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>