Re: [PATCH 2/2] crypto: ccm - drop unnecessary minimum 32-bit alignment

2017-02-14 Thread Herbert Xu
On Sat, Feb 11, 2017 at 07:25:22PM +, Ard Biesheuvel wrote: > 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. >

[PATCH 2/2] crypto: ccm - drop unnecessary minimum 32-bit alignment

2017-02-11 Thread Ard Biesheuvel
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 --- crypto/ccm.c | 3 +-- 1 file changed