From: Jussi Kivilinna Date: Fri, 21 Sep 2012 07:26:52 +0000 (+0300) Subject: crypto: testmgr - make test_aead also test 'dst != src' code paths X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a32ac25698cd60b02bed2100379803c7f964e3;p=pandora-kernel.git crypto: testmgr - make test_aead also test 'dst != src' code paths Currrently test_aead uses same buffer for destination and source. However in any places, 'dst != src' take different path than 'dst == src' case. Therefore make test_aead 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