crypto: cts - Weed out non-CBC algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 16 Jan 2015 08:38:17 +0000 (19:38 +1100)
committerHerbert 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>
crypto/cts.c

diff --cc crypto/cts.c
Simple merge