]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: ecb - convert to skcipher API
authorEric Biggers <ebiggers@google.com>
Fri, 4 Jan 2019 04:16:18 +0000 (20:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:58 +0000 (14:16 +0800)
commitd58eda9b90848915d08f0293263fbc36f8e957a5
treec7e4bf34efc74cc99e7cba2961dc3f785ee27a59
parentf84ccdff046013a98d79d9b132f81510bd89e84a
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>
crypto/ecb.c