summaryrefslogtreecommitdiff
path: root/crypto/skcipher.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2021-01-05 17:48:08 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2021-01-14 17:10:29 +1100
commitf331e883f94427df1ba560918d367839ef4c5c0b (patch)
tree93fea3366ed920493d7d42858e7a166298fb3bf9 /crypto/skcipher.c
parent59fe3fb95e2ee5256fbc4eed97f82d68e300c4c3 (diff)
downloadlinux-crypto-f331e883f94427df1ba560918d367839ef4c5c0b.tar.gz
linux-crypto-f331e883f94427df1ba560918d367839ef4c5c0b.zip
crypto: x86 - remove glue helper module
All dependencies on the x86 glue helper module have been replaced by local instantiations of the new ECB/CBC preprocessor helper macros, so the glue helper module can be retired. Acked-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/skcipher.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/skcipher.c b/crypto/skcipher.c
index ff16d056..a1537624 100644
--- a/crypto/skcipher.c
+++ b/crypto/skcipher.c
@@ -491,12 +491,6 @@ int skcipher_walk_virt(struct skcipher_walk *walk,
}
EXPORT_SYMBOL_GPL(skcipher_walk_virt);
-void skcipher_walk_atomise(struct skcipher_walk *walk)
-{
- walk->flags &= ~SKCIPHER_WALK_SLEEP;
-}
-EXPORT_SYMBOL_GPL(skcipher_walk_atomise);
-
int skcipher_walk_async(struct skcipher_walk *walk,
struct skcipher_request *req)
{