From: Herbert Xu Date: Thu, 16 Jul 2009 02:33:27 +0000 (+0800) Subject: crypto: padlock - Fix hashing of partial blocks X-Git-Tag: v2.6.32-rc1~731^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b25f16cda88b33fe15b30c009912e6c471edda;p=pandora-kernel.git crypto: padlock - Fix hashing of partial blocks When we encounter partial blocks in finup, we'll invoke the xsha instruction with a bogus count that is not a multiple of the block size. This patch fixes it. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed