commit | 11f14630c4b379279ae3b063ba474d3290914333 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Jan 03 20:16:17 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 14:16:57 2019 +0800 |
tree | db4a0b5a7038e3d0f4085661f58d602bd72e78f2 | |
parent | 03b8302ddaad4cf59c0f4f1d60d6a9b4baa3b136 [diff] |
crypto: ctr - convert to skcipher API Convert the CTR template from the deprecated "blkcipher" API to the "skcipher" API, taking advantage of skcipher_alloc_instance_simple() to simplify it considerably. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>