]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - crypto/pcbc.c
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)
commit0be487ba2e2f1593f7274b04615367d8830f6461
tree976f2cc22fa0dc87d50a1fa4d377967a8b0e9ad1
parentfb6de25c3bdb8cee3c0807bb09a7cd8ec017ab97
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