original_kernel/arch/x86/crypto
Huang Ying 109568e110 crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field
The Intel AES-NI AES acceleration instructions need key_enc, key_dec
in struct crypto_aes_ctx to be 16 byte aligned, it make this easier to
move key_length to be the last one.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2009-02-18 16:48:04 +08:00
..
Makefile
aes-i586-asm_32.S
aes-x86_64-asm_64.S
aes_glue.c [CRYPTO] aes-asm: Merge common glue code 2008-01-11 08:16:24 +11:00
crc32c-intel.c
salsa20-i586-asm_32.S
salsa20-x86_64-asm_64.S
salsa20_glue.c
twofish-i586-asm_32.S
twofish-x86_64-asm_64.S
twofish_glue.c