From: Jussi Kivilinna Date: Fri, 21 Sep 2012 07:26:47 +0000 (+0300) Subject: crypto: testmgr - make test_skcipher also test 'dst != src' code paths X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d6af8c160b6bd9b21a3177e2b1bebc72a21041;p=pandora-kernel.git crypto: testmgr - make test_skcipher also test 'dst != src' code paths Currrently test_skcipher uses same buffer for destination and source. However in any places, 'dst != src' take different path than 'dst == src' case. Therefore make test_skcipher also run tests with destination buffer being different than source buffer. Signed-off-by: Jussi Kivilinna Acked-by: David S. Miller Signed-off-by: Herbert Xu --- Reading git-diff-tree failed