Skip to content
Commit 0605c41c authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 499a66e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment