Re: [RFC][PATCH 4/4] AES assembler implementation for x86_64

2005-04-17 Thread Andreas Steinmetz
Adrian Bunk wrote: > That is not specifically against this patch, but before we add another > AES implementation, I'd like to find a better solution for the general > AES selection. That would be nice as I didn't like having to duplicate a whole Kconfig entry which in fact means that it is

Re: [RFC][PATCH 4/4] AES assembler implementation for x86_64

2005-04-17 Thread Adrian Bunk
On Sun, Apr 17, 2005 at 09:20:21PM +0200, Andreas Steinmetz wrote: > The attached patch contains the required changes for the crypto Kconfig > to enable the usage of the x86_64 AES assembler implementation. That is not specifically against this patch, but before we add another AES

[RFC][PATCH 4/4] AES assembler implementation for x86_64

2005-04-17 Thread Andreas Steinmetz
The attached patch contains the required changes for the crypto Kconfig to enable the usage of the x86_64 AES assembler implementation. -- Andreas Steinmetz SPAMmers use [EMAIL PROTECTED] diff -rNu linux-2.6.11.2.orig/crypto/Kconfig linux-2.6.11.2/crypto/Kconfig ---

[RFC][PATCH 4/4] AES assembler implementation for x86_64

2005-04-17 Thread Andreas Steinmetz
The attached patch contains the required changes for the crypto Kconfig to enable the usage of the x86_64 AES assembler implementation. -- Andreas Steinmetz SPAMmers use [EMAIL PROTECTED] diff -rNu linux-2.6.11.2.orig/crypto/Kconfig linux-2.6.11.2/crypto/Kconfig ---

Re: [RFC][PATCH 4/4] AES assembler implementation for x86_64

2005-04-17 Thread Adrian Bunk
On Sun, Apr 17, 2005 at 09:20:21PM +0200, Andreas Steinmetz wrote: The attached patch contains the required changes for the crypto Kconfig to enable the usage of the x86_64 AES assembler implementation. That is not specifically against this patch, but before we add another AES

Re: [RFC][PATCH 4/4] AES assembler implementation for x86_64

2005-04-17 Thread Andreas Steinmetz
Adrian Bunk wrote: That is not specifically against this patch, but before we add another AES implementation, I'd like to find a better solution for the general AES selection. That would be nice as I didn't like having to duplicate a whole Kconfig entry which in fact means that it is