From: Herbert Xu Date: Wed, 6 Jul 2005 20:53:47 +0000 (-0700) Subject: [CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv X-Git-Tag: v2.6.13-rc3~312^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915e8561d559abba1b81934e31e54a3f850fa7bf;p=pandora-kernel.git [CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv Even though cit_iv is now always aligned, the user can still supply an unaligned iv through crypto_cipher_encrypt_iv/crypto_cipher_decrypt_iv. This patch will check the alignment of the user-supplied iv and copy it if necessary. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed