From: Huang Ying Date: Thu, 18 Jun 2009 11:33:57 +0000 (+0800) Subject: crypto: aes-ni - Fix cbc mode IV saving X-Git-Tag: v2.6.31-rc1~84^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6efaa025384f86a18814a6b9f4e5d54484ab9ff;p=pandora-kernel.git crypto: aes-ni - Fix cbc mode IV saving Original implementation of aesni_cbc_dec do not save IV if input length % 4 == 0. This will make decryption of next block failed. Signed-off-by: Huang Ying Signed-off-by: Herbert Xu --- Reading git-diff-tree failed