Re: [PATCH 4/5] crypto: x86/chacha20 - Remove cra_alignmask

2017-11-22 Thread Ard Biesheuvel
On 22 November 2017 at 19:51, Eric Biggers wrote: > From: Eric Biggers > > 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 Acked-b

[PATCH 4/5] crypto: x86/chacha20 - Remove cra_alignmask

2017-11-22 Thread Eric Biggers
From: Eric Biggers 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 --- arch/x86/crypto/chacha20_glue.c | 1 - 1 file changed, 1 deletion(