Re: [patch 1/2] AES i586, remove setkey

2007-11-10 Thread Herbert Xu
On Sat, Nov 03, 2007 at 11:05:03AM +0100, Sebastian Siewior wrote: > The setkey() function can be shared with the generic algorithm. > > Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> Appled. Thanks! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTEC

[patch 1/2] AES i586, remove setkey

2007-11-03 Thread Sebastian Siewior
The setkey() function can be shared with the generic algorithm. Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- arch/x86/crypto/aes-i586-asm_32.S | 89 arch/x86/crypto/aes_32.c | 461 + crypto/Kconfig|1 + 3