Skip to content
Commit 01b32324 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent bdecd228
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment