[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)
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>

No differences found