commit | 31d40c20983fd26a41541be208687fb2fc62fec3 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Jan 03 20:16:24 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 14:16:58 2019 +0800 |
tree | 7954a24a29e78c9018b71f99095aa7610003d7d6 | |
parent | 426bcb50856f61f5883b0e2e7f885ca142e7729c [diff] |
crypto: null - convert ecb-cipher_null to skcipher API Convert the "ecb-cipher_null" algorithm from the deprecated "blkcipher" API to the "skcipher" API. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>