commit | 52e9368fe6d91d47a62062032431edb02a2905bc | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Jan 03 20:16:18 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 14:16:58 2019 +0800 |
tree | c7e4bf34efc74cc99e7cba2961dc3f785ee27a59 | |
parent | 11f14630c4b379279ae3b063ba474d3290914333 [diff] |
crypto: ecb - convert to skcipher API Convert the ECB 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>