From: Tan Swee Heng Date: Fri, 7 Dec 2007 08:38:45 +0000 (+0800) Subject: [CRYPTO] salsa20_generic: Fix multi-page processing X-Git-Tag: v2.6.25-rc1~1242^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6f13eb9f812f5812ed5d14f241309da369dee6;p=pandora-kernel.git [CRYPTO] salsa20_generic: Fix multi-page processing This patch fixes the multi-page processing bug that affects large test vectors (the same bug that previously affected ctr.c). There is an optimization for the case walk.nbytes == nbytes. Also we now use crypto_xor() instead of adhoc XOR routines. Signed-off-by: Tan Swee Heng Signed-off-by: Herbert Xu --- Reading git-diff-tree failed