From: Herbert Xu Date: Fri, 16 Jan 2015 08:38:17 +0000 (+1100) Subject: crypto: cts - Weed out non-CBC algorithms X-Git-Tag: fixes-v4.0-rc1~106^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988dc0174411ad4b98c173f3d7d25aca9e56cd85;p=pandora-kernel.git crypto: cts - Weed out non-CBC algorithms 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 --- Reading git-diff-tree failed