crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field
authorHuang Ying <ying.huang@intel.com>
Fri, 9 Jan 2009 05:49:30 +0000 (16:49 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 18 Feb 2009 08:48:04 +0000 (16:48 +0800)
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>

No differences found