[CRYPTO] cipher: Removed special IV checks for ECB
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 14 Jul 2006 00:42:27 +0000 (10:42 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:41:03 +0000 (11:41 +1000)
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>

No differences found