Re: [PATCH v2 0/5] ARM: crypto: ARMv8 Crypto Extensions

2015-03-12 Thread Herbert Xu
On Tue, Mar 10, 2015 at 09:47:43AM +0100, Ard Biesheuvel wrote: This is v2 of the ARM crypto series I sent out yesterday, erroneously without a cover letter. Patch #1 moves all the ARM specific crypto options to arch/arm/crypto/Kconfig. Patches #2 - #5 implement SHA1, SHA-224/256,

[PATCH v2 0/5] ARM: crypto: ARMv8 Crypto Extensions

2015-03-10 Thread Ard Biesheuvel
This is v2 of the ARM crypto series I sent out yesterday, erroneously without a cover letter. Patch #1 moves all the ARM specific crypto options to arch/arm/crypto/Kconfig. Patches #2 - #5 implement SHA1, SHA-224/256, AES-ECB/CBC/CTR/XTS and GHASH, respectively. Changes since v1: - fixes for BE