commit | 1aa4ecd95d8d67d21731a00646326a71295dafa3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Aug 17 17:01:56 2008 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 29 15:49:58 2008 +1000 |
tree | a79aaa58791408642dc2a817795b7b7008cff5f9 | |
parent | 73d3864a4823abda19ebc4387b6ddcbf416e3a77 [diff] |
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>