Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512

2016-11-28 Thread Will Deacon
On Mon, Nov 28, 2016 at 02:17:34PM +0100, Ard Biesheuvel wrote: > On 28 November 2016 at 13:05, Will Deacon wrote: > > On Sun, Nov 20, 2016 at 11:42:01AM +, Ard Biesheuvel wrote: > >> This integrates both the accelerated scalar and the NEON implementations > >> of

Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512

2016-11-28 Thread Ard Biesheuvel
On 28 November 2016 at 13:05, Will Deacon wrote: > On Sun, Nov 20, 2016 at 11:42:01AM +, Ard Biesheuvel wrote: >> This integrates both the accelerated scalar and the NEON implementations >> of SHA-224/256 as well as SHA-384/512 from the OpenSSL project. >> >> Relative

Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512

2016-11-28 Thread Will Deacon
On Sun, Nov 20, 2016 at 11:42:01AM +, Ard Biesheuvel wrote: > This integrates both the accelerated scalar and the NEON implementations > of SHA-224/256 as well as SHA-384/512 from the OpenSSL project. > > Relative performance compared to the respective generic C versions: > >

Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512

2016-11-28 Thread Herbert Xu
On Mon, Nov 28, 2016 at 09:50:33AM +, Ard Biesheuvel wrote: > > Assuming that everyone is happy now (Will?), could we get this one > queued for v4.10? The CRC stuff I sent over the past week can wait for > v4.11 (and I should probably do a v2 roundup with everything > combined), but this patch

Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512

2016-11-28 Thread Ard Biesheuvel
On 20 November 2016 at 11:43, Ard Biesheuvel wrote: > On 20 November 2016 at 11:42, Ard Biesheuvel > wrote: >> This integrates both the accelerated scalar and the NEON implementations >> of SHA-224/256 as well as SHA-384/512 from the OpenSSL

Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512

2016-11-20 Thread Ard Biesheuvel
On 20 November 2016 at 11:42, Ard Biesheuvel wrote: > This integrates both the accelerated scalar and the NEON implementations > of SHA-224/256 as well as SHA-384/512 from the OpenSSL project. > > Relative performance compared to the respective generic C versions: > >