Skip to content

Commit

Permalink
crypto: tcrypt - Add alg_test interface
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
herbertx committed Aug 29, 2008
1 parent bdecd22 commit 01b3232
Showing 1 changed file with 1,017 additions and 438 deletions.
Loading

0 comments on commit 01b3232

Please sign in to comment.