Re: [PATCH] arm64/crypto: use crypto instructions for generating AES key schedule

2014-11-03 Thread Steve Capper
On Wed, Oct 22, 2014 at 09:15:32AM +0200, Ard Biesheuvel wrote: This patch implements the AES key schedule generation using ARMv8 Crypto Instructions. It replaces the table based C implementation in aes_generic.ko, which means we can drop the dependency on that module. Signed-off-by: Ard

[PATCH] arm64/crypto: use crypto instructions for generating AES key schedule

2014-10-22 Thread Ard Biesheuvel
This patch implements the AES key schedule generation using ARMv8 Crypto Instructions. It replaces the table based C implementation in aes_generic.ko, which means we can drop the dependency on that module. Signed-off-by: Ard Biesheuvel ard.biesheu...@linaro.org --- arch/arm64/crypto/Kconfig

Re: [PATCH] arm64/crypto: use crypto instructions for generating AES key schedule

2014-10-22 Thread Catalin Marinas
On Wed, Oct 22, 2014 at 08:15:32AM +0100, Ard Biesheuvel wrote: This patch implements the AES key schedule generation using ARMv8 Crypto Instructions. It replaces the table based C implementation in aes_generic.ko, which means we can drop the dependency on that module. I don't really

Re: [PATCH] arm64/crypto: use crypto instructions for generating AES key schedule

2014-10-22 Thread Ard Biesheuvel
On 22 October 2014 18:25, Catalin Marinas catalin.mari...@arm.com wrote: On Wed, Oct 22, 2014 at 08:15:32AM +0100, Ard Biesheuvel wrote: This patch implements the AES key schedule generation using ARMv8 Crypto Instructions. It replaces the table based C implementation in aes_generic.ko, which