From: Huang Ying Date: Fri, 9 Jan 2009 06:25:50 +0000 (+1100) Subject: crypto: aes - Export x86 AES encrypt/decrypt functions X-Git-Tag: v2.6.30-rc1~677^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07bf44f86989f5ed866510374fe761d1903681fb;p=pandora-kernel.git crypto: aes - Export x86 AES encrypt/decrypt functions Intel AES-NI AES acceleration instructions touch XMM state, to use that in soft_irq context, general x86 AES implementation is used as fallback. The first parameter is changed from struct crypto_tfm * to struct crypto_aes_ctx * to make it easier to deal with 16 bytes alignment requirement of AES-NI implementation. Signed-off-by: Huang Ying Signed-off-by: Herbert Xu --- Reading git-diff-tree failed