projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f8660c
)
crypto: ahash - remove struct ahash_request_priv
author
Eric Biggers
<ebiggers@google.com>
Sun, 22 Oct 2023 08:10:54 +0000
(
01:10
-0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:29 +0000
(18:04 +0800)
struct ahash_request_priv is unused, so remove it.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/ahash.c
b/crypto/ahash.c
index 744fd3b8ea258826d4b2850e75d342ab36897cfb..556c950100936392ea5d3de9f313fe288ba1a045 100644
(file)
--- a/
crypto/ahash.c
+++ b/
crypto/ahash.c
@@
-25,14
+25,6
@@
static const struct crypto_type crypto_ahash_type;
-struct ahash_request_priv {
- crypto_completion_t complete;
- void *data;
- u8 *result;
- u32 flags;
- void *ubuf[] CRYPTO_MINALIGN_ATTR;
-};
-
static int hash_walk_next(struct crypto_hash_walk *walk)
{
unsigned int offset = walk->offset;