From: Herbert Xu Date: Tue, 20 Nov 2007 09:49:49 +0000 (+0800) Subject: [CRYPTO] pcbc: Use crypto_xor X-Git-Tag: v2.6.25-rc1~1242^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b9007a27206fe944d9db72e13dab157b8e118c;p=pandora-kernel.git [CRYPTO] pcbc: Use crypto_xor This patch replaces the custom xor in CBC with the generic crypto_xor. It changes the operations for in-place encryption slightly to avoid calling crypto_xor with tmpbuf since it is not necessarily aligned. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed