Re: [[RFC] PATCH 4/4] crypto: blowfish: add x86_64 assembly implementation

2011-09-19 Thread Jussi Kivilinna
Hello, Is it just me but I notice there is very little activity going on linux-crypto mailing-list? No replies on patches etc. I cannot be sure as I'm new to this mailing-list. So anyway, is this patch something that could be accepted? I have further improved the 4-way parallel functions

Re: [[RFC] PATCH 4/4] crypto: blowfish: add x86_64 assembly implementation

2011-09-19 Thread Herbert Xu
On Mon, Sep 19, 2011 at 02:19:22PM +0300, Jussi Kivilinna wrote: Is it just me but I notice there is very little activity going on linux-crypto mailing-list? No replies on patches etc. I cannot be sure as I'm new to this mailing-list. Your patches are in my queue and will be processed.

[[RFC] PATCH 4/4] crypto: blowfish: add x86_64 assembly implementation

2011-09-01 Thread Jussi Kivilinna
Patch adds x86_64 assembly implementation of blowfish. Two set of assembler functions are provided. First set is regular 'one-block at time' encrypt/decrypt functions. Second is 'four-block at time' functions that gain performance increase on out-of-order CPUs. Performance of 4-way functions