]> Git Repo - linux.git/commit
[CRYPTO] aes: Add wrappers for assembly routines
authorHerbert Xu <[email protected]>
Thu, 1 Jun 2006 22:42:25 +0000 (08:42 +1000)
committerHerbert Xu <[email protected]>
Mon, 26 Jun 2006 07:34:42 +0000 (17:34 +1000)
commite90b1a2be6010acf01673b0625cfbf18240f7744
tree7b99c136335b94bde40a6a260a6d823c83433024
parente805792851bcb0bb42f0c8a352be64564c13e374
[CRYPTO] aes: Add wrappers for assembly routines

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 <[email protected]>
arch/i386/crypto/aes.c
arch/x86_64/crypto/aes-x86_64-asm.S
arch/x86_64/crypto/aes.c
This page took 0.070029 seconds and 4 git commands to generate.