Skip to content
Commit 8b55ba03 authored by Herbert Xu's avatar Herbert Xu
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e1147d8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment