Re: [OpenWrt-Devel] [PATCH] Use asm SHA1, SHA256, AES on MIPS.

2012-09-23 Thread Catalin Patulea
On Sun, Sep 23, 2012 at 6:24 AM, Felix Fietkau wrote: > Please make sure that your patch leaves non-mips targets alone. Ok, I'm working on a way that splits the openssl targets into linux-mips-openwrt and linux-generic-openwrt. Do you have any idea where the 'FIPS' modifications to openssl come f

Re: [OpenWrt-Devel] [PATCH] Use asm SHA1, SHA256, AES on MIPS.

2012-09-23 Thread Felix Fietkau
On 2012-09-23 12:06 PM, Catalin Patulea wrote: > On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between > 27% and 120% speedup depending on block size. SHA1 is notably used in > Transmission for piece verification. > no-perlasm <<< > The 'numbers' are in 1000s of bytes

[OpenWrt-Devel] [PATCH] Use asm SHA1, SHA256, AES on MIPS.

2012-09-23 Thread Catalin Patulea
On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between 27% and 120% speedup depending on block size. SHA1 is notably used in Transmission for piece verification. >>> no-perlasm <<< The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 by