Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: ahash - remove struct ahash_request_priv

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>

authored by

Eric Biggers and committed by
Herbert Xu
c2435e81 0f8660c8

-8
-8
crypto/ahash.c
··· 25 25 26 26 static const struct crypto_type crypto_ahash_type; 27 27 28 - struct ahash_request_priv { 29 - crypto_completion_t complete; 30 - void *data; 31 - u8 *result; 32 - u32 flags; 33 - void *ubuf[] CRYPTO_MINALIGN_ATTR; 34 - }; 35 - 36 28 static int hash_walk_next(struct crypto_hash_walk *walk) 37 29 { 38 30 unsigned int offset = walk->offset;