]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: cbc - convert to skcipher_alloc_instance_simple()
authorEric Biggers <ebiggers@google.com>
Fri, 4 Jan 2019 04:16:15 +0000 (20:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:57 +0000 (14:16 +0800)
commita1f851642cb7427bbfc3444aa73ebc41253ada8d
tree922e14925a9b2442eea81377beba18e14377b501
parentc8f23a1053dea5c9575bb0a75e757a4fa9eb36ea
crypto: cbc - convert to skcipher_alloc_instance_simple()

The CBC template just wraps a single block cipher algorithm, so simplify
it by converting it to use skcipher_alloc_instance_simple().

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/cbc.c