commit | 21f3ca6cd52ecc751b68cd7017d9efd1801f51f9 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Jan 03 20:16:20 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 14:16:58 2019 +0800 |
tree | fdb7da3019f1fdeb202472a905bc2f475290424a | |
parent | 6b611d98c6f5c5a328f1698c4cad7447544a5da7 [diff] |
crypto: ofb - convert to skcipher_alloc_instance_simple() The OFB template just wraps a single block cipher algorithm, so simplify it by converting it to use skcipher_alloc_instance_simple(). Cc: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>