]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: cts - Convert to skcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 12 Jul 2016 05:17:48 +0000 (13:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 18 Jul 2016 09:35:44 +0000 (17:35 +0800)
commitc31b46dcf88a24de6c88e9bbcba28214ba65b192
treea80cf9f3d4bfcfa2e3c083ae2646631eb3e60e4b
parentea6c27dffc7509be10fd4ee2b5ba0f16e106bc75
crypto: cts - Convert to skcipher

This patch converts cts over to the skcipher interface.  It also
optimises the implementation to use one CBC operation for all but
the last block, which is then processed separately.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/cts.c