crypto: tcrypt - Add alg_test interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 31 Jul 2008 07:41:55 +0000 (15:41 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 Aug 2008 05:49:53 +0000 (15:49 +1000)
commit01b323245e4f6d4a22ffd73754f145f45c85988c
tree0c977ed31127c48e04bf8e4ed7808342608295bc
parentbdecd22821a0fab1f5c9e4c9b7fba894593507d4
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 <herbert@gondor.apana.org.au>
crypto/tcrypt.c