]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - crypto/crypto_null.c
crypto: null - convert ecb-cipher_null to skcipher API
authorEric Biggers <ebiggers@google.com>
Fri, 4 Jan 2019 04:16:24 +0000 (20:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:58 +0000 (14:16 +0800)
commit31d40c20983fd26a41541be208687fb2fc62fec3
tree7954a24a29e78c9018b71f99095aa7610003d7d6
parent426bcb50856f61f5883b0e2e7f885ca142e7729c
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>
crypto/crypto_null.c