Re: [PATCH] AES i586 optimized

From: Felipe Alfaro Solana
Date: Thu May 13 2004 - 17:24:52 EST


On Thu, 2004-05-13 at 13:01, Fruhwirth Clemens wrote:
> Hi,
>
> The following patch adds an i586 optimized implementation of AES aka
> Rijndael. It's following an integration strategy similiar to recent
> s390/z990 integration for DES/SHA1. aes-i586-glue.c, a glue layer for
> CryptoAPI, and aes-i586-asm.S, the actual implementation, are added to
> arch/i386/crypto, as well as a config section to crypto/Kconfig.
>
> The code has been in use for half a year by myself and the loop-aes project
> for the last - I think - 2 years. I consider the implementation
> production-stable. Andrew, please consider applying.
>
> Best Regards, Clemens

Could you please update your patch to work when CONFIG_REGPARMS is
enabled? I find this i586-optimized AES patch very useful to me as I use
AES-encrypted IPSec extensively.

Thanks.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/