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)
commit1aa4ecd95d8d67d21731a00646326a71295dafa3
treea79aaa58791408642dc2a817795b7b7008cff5f9
parent73d3864a4823abda19ebc4387b6ddcbf416e3a77
crypto: cryptomgr - Test ciphers using ECB

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>
crypto/algboss.c
crypto/testmgr.c