From: Herbert Xu Date: Thu, 31 Jul 2008 07:41:55 +0000 (+0800) Subject: crypto: tcrypt - Add alg_test interface X-Git-Tag: v2.6.28-rc1~726^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b323245e4f6d4a22ffd73754f145f45c85988c;p=pandora-kernel.git crypto: tcrypt - Add alg_test interface This patch creates a new interface algorithm testing. A test can be requested for a particular implementation of an algorithm. This is achieved by taking both the name of the algorithm and that of the implementation. The all-inclusive test has also been rewritten to no longer require a duplicate listing of all algorithms with tests. In that process a number of missing tests have also been discovered and rectified. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed