]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit42ea7b083ba4c2b96cc789e3209541984767cc48
tree7954a24a29e78c9018b71f99095aa7610003d7d6
parent4410f483e94072e5c053438bfc19ba5500b8bb2d
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