Commit 0605c41c authored by Herbert Xu's avatar Herbert Xu

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
This diff is collapsed.
Markdown is supported
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