commit | 0605c41cc53ca13775d202de0de33864a46162ba | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 12 13:17:48 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jul 18 17:35:44 2016 +0800 |
tree | a80cf9f3d4bfcfa2e3c083ae2646631eb3e60e4b | |
parent | 499a66e6b689b13d1a4108bec5d7dcdc829a27a8 [diff] |
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>