Re: [PATCH 0/7] crypto: SHA256 multibuffer implementation

2016-06-27 Thread Herbert Xu
On Thu, Jun 23, 2016 at 06:40:41PM -0700, Megha Dey wrote: > From: Megha Dey > > In this patch series, we introduce the multi-buffer crypto algorithm on > x86_64 and apply it to SHA256 hash computation. The multi-buffer technique > takes advantage of the 8 data lanes in the AVX2 registers and al

[PATCH 0/7] crypto: SHA256 multibuffer implementation

2016-06-23 Thread Megha Dey
From: Megha Dey In this patch series, we introduce the multi-buffer crypto algorithm on x86_64 and apply it to SHA256 hash computation. The multi-buffer technique takes advantage of the 8 data lanes in the AVX2 registers and allows computation to be performed on data from multiple jobs in parall

RE: [PATCH 0/7] crypto: SHA256 multibuffer implementation

2016-04-04 Thread Yu, Fenghua
gt; Dey > Subject: [PATCH 0/7] crypto: SHA256 multibuffer implementation > > From: Megha Dey > > In this patch series, we introduce the multi-buffer crypto algorithm on > x86_64 and apply it to SHA256 hash computation. The multi-buffer technique > takes advantage of the

[PATCH 0/7] crypto: SHA256 multibuffer implementation

2016-03-24 Thread megha . dey
From: Megha Dey In this patch series, we introduce the multi-buffer crypto algorithm on x86_64 and apply it to SHA256 hash computation. The multi-buffer technique takes advantage of the 8 data lanes in the AVX2 registers and allows computation to be performed on data from multiple jobs in parall