commit | 0d87d0f4254cc581d3fac51d1e11b51b2549e42a | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Feb 19 23:48:26 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 03 00:03:34 2018 +0800 |
tree | 0326f5d33ca01989bb3900be75ff967731953166 | |
parent | 217afccf65064709fb032652ee17cc0a8f68b7b5 [diff] |
crypto: x86/glue_helper - remove blkcipher_walk functions Now that all glue_helper users have been switched from the blkcipher interface over to the skcipher interface, remove the versions of the glue_helper functions that handled the blkcipher interface. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>