From: Huang Ying Date: Fri, 9 Jan 2009 05:49:30 +0000 (+1100) Subject: crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field X-Git-Tag: v2.6.30-rc1~677^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=109568e110ed67d4be1b28609b9fa00fca97f8eb;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed