From: Herbert Xu Date: Wed, 22 Jul 2009 06:37:15 +0000 (+0800) Subject: crypto: xcbc - Fix shash conversion X-Git-Tag: v2.6.32-rc1~731^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac95301f271f32901e4007096aa3516def49eed2;p=pandora-kernel.git crypto: xcbc - Fix shash conversion Although xcbc was converted to shash, it didn't obey the new requirement that all hash state must be stored in the descriptor rather than the transform. This patch fixes this issue and also optimises away the rekeying by precomputing K2 and K3 within setkey. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed