Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-29 | crypto: cryptomgr - Test ciphers using ECB | Herbert Xu | |
As it is we only test ciphers when combined with a mode. That means users that do not invoke a mode of operations may get an untested cipher. This patch tests all ciphers using the ECB mode so that simple cipher users such as ansi-cprng are also protected. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||
2008-08-29 | crypto: cryptomgr - Add test infrastructure | Herbert Xu | |
This patch moves the newly created alg_test infrastructure into cryptomgr. This shall allow us to use it for testing at algorithm registrations. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |