commit | df89820ebd5bbf4f3c6b5f8ee7d9e983107f6a91 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 14 10:42:27 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:41:03 2006 +1000 |
tree | a782e2662cbdb6c7ad7591f2697d06008048f966 | |
parent | c907ee76d8456fe1d98f40b5febfc7802a73b784 [diff] |
[CRYPTO] cipher: Removed special IV checks for ECB This patch makes IV operations on ECB fail through nocrypt_iv rather than calling BUG(). This is needed to generalise CBC/ECB using the template mechanism. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>