Skip to content
Commit 1aa4ecd9 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 73d3864a
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