]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: pcbc - convert to skcipher_alloc_instance_simple()
authorEric Biggers <ebiggers@google.com>
Fri, 4 Jan 2019 04:16:22 +0000 (20:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:58 +0000 (14:16 +0800)
commitaa4ad8f03440a089f8645cc78a1923869e919b48
tree976f2cc22fa0dc87d50a1fa4d377967a8b0e9ad1
parent42b620ab911a4d1ce61f1132b2ef3e56f9904454
crypto: pcbc - convert to skcipher_alloc_instance_simple()

The PCBC 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/pcbc.c