]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86/poly1305 - remove cra_alignmask
authorEric Biggers <ebiggers@google.com>
Fri, 29 Dec 2017 16:10:26 +0000 (10:10 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Jan 2018 07:43:12 +0000 (18:43 +1100)
commit03821e1745b854769604af8f877cee7895a77665
treec38970ef37329844caea4294308175f4956c243b
parent655743ad50b87e297c7eea40914d1560045a967a
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>
arch/x86/crypto/poly1305_glue.c