commit | 8b55ba0303bb59c34fab8e015634018780491614 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun May 14 11:00:39 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 26 17:34:38 2006 +1000 |
tree | f0b3cc55bf76febe7706dae0ee23be8bbf6ffd81 | |
parent | e1147d8f47eb8fef93f98a30858192145137d2b2 [diff] |
[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>