git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c907ee7
)
[CRYPTO] cipher: Removed special IV checks for ECB
author
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 14 Jul 2006 00:42:27 +0000
(10:42 +1000)
committer
Herbert 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