summaryrefslogtreecommitdiffstats
path: root/crypto/anubis.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-02-11 20:25:22 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2017-02-15 06:23:46 +0100
commit5ba8e2a05ed6695f38f3961ca8cb5cfc1063a842 (patch)
treeb23b9675dd7f7e59e02d11c653f37379f29b4bdc /crypto/anubis.c
parentcrypto: ccm - honour alignmask of subordinate MAC cipher (diff)
downloadlinux-5ba8e2a05ed6695f38f3961ca8cb5cfc1063a842.tar.xz
linux-5ba8e2a05ed6695f38f3961ca8cb5cfc1063a842.zip
crypto: ccm - drop unnecessary minimum 32-bit alignment
The CCM driver forces 32-bit alignment even if the underlying ciphers don't care about alignment. This is because crypto_xor() used to require this, but since this is no longer the case, drop the hardcoded minimum of 32 bits. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions