mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 09:40:58 +07:00
crypto: ahash - Remove AHASH_REQUEST_ON_STACK
This patch removes AHASH_REQUEST_ON_STACK which is unused. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
b00ba76a03
commit
f858ddef5a
@ -59,11 +59,6 @@ struct ahash_request {
|
||||
void *__ctx[] CRYPTO_MINALIGN_ATTR;
|
||||
};
|
||||
|
||||
#define AHASH_REQUEST_ON_STACK(name, ahash) \
|
||||
char __##name##_desc[sizeof(struct ahash_request) + \
|
||||
crypto_ahash_reqsize(ahash)] CRYPTO_MINALIGN_ATTR; \
|
||||
struct ahash_request *name = (void *)__##name##_desc
|
||||
|
||||
/**
|
||||
* struct ahash_alg - asynchronous message digest definition
|
||||
* @init: **[mandatory]** Initialize the transformation context. Intended only to initialize the
|
||||
|
Loading…
Reference in New Issue
Block a user