From: Herbert Xu Date: Wed, 26 Dec 2007 13:04:44 +0000 (+1100) Subject: [CRYPTO] padlock: Only reset the key once for each CBC and ECB operation X-Git-Tag: v2.6.25-rc1~1242^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=866cd902e864e9d0e31299efa9d61fc9a9bec315;p=pandora-kernel.git [CRYPTO] padlock: Only reset the key once for each CBC and ECB operation Currently we reset the key for each segment fed to the xcrypt instructions. This patch optimises this for CBC and ECB so that we only do this once for each encrypt/decrypt operation. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed