Re: [PATCH] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON

2015-04-06 Thread Ard Biesheuvel
On 29 March 2015 at 16:07, Andy Polyakov wrote: >> This updates the SHA-512 NEON module with the faster and more >> versatile implementation from the OpenSSL project. It consists >> of both a NEON and a generic ASM version of the core SHA-512 >> transform, where the NEON version reverts to the ASM

Re: [PATCH] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON

2015-03-29 Thread Andy Polyakov
> This updates the SHA-512 NEON module with the faster and more > versatile implementation from the OpenSSL project. It consists > of both a NEON and a generic ASM version of the core SHA-512 > transform, where the NEON version reverts to the ASM version > when invoked in non-process context. > >

Re: [PATCH] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON

2015-03-28 Thread Jussi Kivilinna
On 28.03.2015 09:28, Ard Biesheuvel wrote: > This updates the SHA-512 NEON module with the faster and more > versatile implementation from the OpenSSL project. It consists > of both a NEON and a generic ASM version of the core SHA-512 > transform, where the NEON version reverts to the ASM version >

[PATCH] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON

2015-03-28 Thread Ard Biesheuvel
This updates the SHA-512 NEON module with the faster and more versatile implementation from the OpenSSL project. It consists of both a NEON and a generic ASM version of the core SHA-512 transform, where the NEON version reverts to the ASM version when invoked in non-process context. Performance re