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:
3eda716
)
crypto: cts - Weed out non-CBC algorithms
author
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 16 Jan 2015 08:38:17 +0000
(19:38 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 20 Jan 2015 03:44:15 +0000
(14:44 +1100)
The cts algorithm as currently implemented assumes the underlying
is a CBC-mode algorithm. So this patch adds a check for that to
eliminate bogus combinations of cts with non-CBC modes.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found