Re: [PATCH] crypto: arm64/sha256 - add support for SHA256 using NEON instructions

2016-10-02 Thread Herbert Xu
On Sat, Oct 01, 2016 at 07:58:56PM -0700, Ard Biesheuvel wrote: > > Please disregard this patch for now. I will follow up with a more > elaborate series for SHA256 on arm64 Thanks for the heads up. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/

Re: [PATCH] crypto: arm64/sha256 - add support for SHA256 using NEON instructions

2016-10-01 Thread Ard Biesheuvel
On 29 September 2016 at 16:37, Ard Biesheuvel wrote: > On 29 September 2016 at 15:51, Ard Biesheuvel > wrote: >> This is a port to arm64 of the NEON implementation of SHA256 that lives >> under arch/arm/crypto. >> >> Due to the fact that the

Re: [PATCH] crypto: arm64/sha256 - add support for SHA256 using NEON instructions

2016-09-29 Thread Ard Biesheuvel
On 29 September 2016 at 15:51, Ard Biesheuvel wrote: > This is a port to arm64 of the NEON implementation of SHA256 that lives > under arch/arm/crypto. > > Due to the fact that the AArch64 assembler dialect deviates from the > 32-bit ARM one in ways that makes sharing

[PATCH] crypto: arm64/sha256 - add support for SHA256 using NEON instructions

2016-09-29 Thread Ard Biesheuvel
This is a port to arm64 of the NEON implementation of SHA256 that lives under arch/arm/crypto. Due to the fact that the AArch64 assembler dialect deviates from the 32-bit ARM one in ways that makes sharing code problematic, and given that this version only uses the NEON version whereas the