From: Herbert Xu Date: Fri, 29 May 2009 06:23:12 +0000 (+1000) Subject: crypto: testmgr - Allow hash test vectors longer than a page X-Git-Tag: v2.6.31-rc1~352^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0cfae59f8381c5c670fce2cc3de70b35421f920;p=pandora-kernel.git crypto: testmgr - Allow hash test vectors longer than a page As it stands we will each test hash vector both linearly and as a scatter list if applicable. This means that we cannot have vectors longer than a page, even with scatter lists. This patch fixes this by skipping test vectors with np != 0 when testing linearly. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed