Re: [PATCHv3] arm: crypto: Add optimized SHA-256/224

2015-04-03 Thread Herbert Xu
On Wed, Apr 01, 2015 at 02:19:24PM +0100, Sami Tolvanen wrote: > On Wed, Apr 01, 2015 at 08:43:25PM +0800, Herbert Xu wrote: > > I cannot merge this because none of your emails are making it > > to the mailing list so nobody except those on the cc list can > > see the patch. > > > > Please refer t

Re: [PATCHv3] arm: crypto: Add optimized SHA-256/224

2015-04-01 Thread Sami Tolvanen
On Wed, Apr 01, 2015 at 08:43:25PM +0800, Herbert Xu wrote: > I cannot merge this because none of your emails are making it > to the mailing list so nobody except those on the cc list can > see the patch. > > Please refer to section 7 in Documentation/SubmittingPatches. Please find a hosted versi

Re: [PATCHv3] arm: crypto: Add optimized SHA-256/224

2015-04-01 Thread Herbert Xu
On Mon, Mar 30, 2015 at 09:37:27AM +0100, Sami Tolvanen wrote: > Add Andy Polyakov's optimized assembly and NEON implementations for > SHA-256/224. > > The sha256-armv4.pl script for generating the assembly code is from > OpenSSL commit 51f8d095562f36cdaa6893597b5c609e943b0565. > > Compared to sh