crypto: cfb - convert to skcipher_alloc_instance_simple()
authorEric Biggers <ebiggers@google.com>
Fri, 4 Jan 2019 04:16:16 +0000 (20:16 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 11 Jan 2019 06:16:57 +0000 (14:16 +0800)
commit03b8302ddaad4cf59c0f4f1d60d6a9b4baa3b136
tree566f26f132a85e775e22f3b77d100fc4a8b86639
parenta5a84a9dbf3d3319c022ff3c9ea76ed3dc332978
crypto: cfb - convert to skcipher_alloc_instance_simple()

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

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