]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CRYPTO] aes-i586: Get rid of useless function wrappers
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 14 May 2006 01:00:39 +0000 (11:00 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 26 Jun 2006 07:34:38 +0000 (17:34 +1000)
commit8b55ba0303bb59c34fab8e015634018780491614
treef0b3cc55bf76febe7706dae0ee23be8bbf6ffd81
parente1147d8f47eb8fef93f98a30858192145137d2b2
[CRYPTO] aes-i586: Get rid of useless function wrappers

The wrappers aes_encrypt/aes_decrypt simply reverse the order of the
function arguments.  It's just as easy to get the actual assembly code
to read them in the opposite order.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/i386/crypto/aes-i586-asm.S
arch/i386/crypto/aes.c