git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1147d8
)
[CRYPTO] aes-i586: Get rid of useless function wrappers
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 14 May 2006 01:00:39 +0000
(11:00 +1000)
committer
Herbert 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