Skip to content

Commit

Permalink
crypto: ahash - remove struct ahash_request_priv
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Biggers authored and Herbert Xu committed Oct 27, 2023
1 parent 0f8660c commit c2435e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crypto/ahash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c2435e8

Please sign in to comment.