crypto: cryptomgr - Test ciphers using ECB
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Aug 2008 07:01:56 +0000 (17:01 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 Aug 2008 05:49:58 +0000 (15:49 +1000)
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>

No differences found