From: Mikulas Patocka Date: Fri, 25 Jul 2014 23:42:30 +0000 (-0400) Subject: crypto: arm-aes - fix encryption of unaligned data X-Git-Tag: omap-for-v3.17/fixes-against-rc2~219^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c400ef473e00c680ea713a66196b05870b3710;p=pandora-kernel.git crypto: arm-aes - fix encryption of unaligned data Fix the same alignment bug as in arm64 - we need to pass residue unprocessed bytes as the last argument to blkcipher_walk_done. Signed-off-by: Mikulas Patocka Cc: stable@vger.kernel.org # 3.13+ Acked-by: Ard Biesheuvel Signed-off-by: Herbert Xu --- Reading git-diff-tree failed