Re: [PATCH 4/4] crypto: arm/crct10dif - port x86 SSE implementation to ARM

2016-11-28 Thread Ard Biesheuvel
On 28 November 2016 at 14:17, Herbert Xu wrote: > On Thu, Nov 24, 2016 at 05:32:42PM +, Ard Biesheuvel wrote: >> On 24 November 2016 at 15:43, Ard Biesheuvel >> wrote: >> > This is a straight transliteration of the Intel algorithm

Re: [PATCH 4/4] crypto: arm/crct10dif - port x86 SSE implementation to ARM

2016-11-28 Thread Herbert Xu
On Thu, Nov 24, 2016 at 05:32:42PM +, Ard Biesheuvel wrote: > On 24 November 2016 at 15:43, Ard Biesheuvel > wrote: > > This is a straight transliteration of the Intel algorithm implemented > > using SSE and PCLMULQDQ instructions that resides under in the file > >

Re: [PATCH 4/4] crypto: arm/crct10dif - port x86 SSE implementation to ARM

2016-11-24 Thread Ard Biesheuvel
On 24 November 2016 at 15:43, Ard Biesheuvel wrote: > This is a straight transliteration of the Intel algorithm implemented > using SSE and PCLMULQDQ instructions that resides under in the file > arch/x86/crypto/crct10dif-pcl-asm_64.S. > > Signed-off-by: Ard Biesheuvel

[PATCH 4/4] crypto: arm/crct10dif - port x86 SSE implementation to ARM

2016-11-24 Thread Ard Biesheuvel
This is a straight transliteration of the Intel algorithm implemented using SSE and PCLMULQDQ instructions that resides under in the file arch/x86/crypto/crct10dif-pcl-asm_64.S. Signed-off-by: Ard Biesheuvel --- arch/arm/crypto/Kconfig| 5 +