From: Herbert Xu Date: Sun, 17 Aug 2008 07:01:56 +0000 (+1000) Subject: crypto: cryptomgr - Test ciphers using ECB X-Git-Tag: v2.6.28-rc1~726^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa4ecd95d8d67d21731a00646326a71295dafa3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed