[CRYPTO] aes: Add wrappers for assembly routines
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 1 Jun 2006 22:42:25 +0000 (08:42 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 26 Jun 2006 07:34:42 +0000 (17:34 +1000)
The wrapper routines are required when asmlinkage differs from the usual
calling convention.  So we need to have them.  However, by rearranging
the parameters, they will get optimised away to a single jump for most
people.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found