Files
linux-stable-mirror/include/crypto
Herbert Xu 9f27b38771 crypto: ahash - Set default reqsize from ahash_alg
[ Upstream commit 9e01aaa103 ]

Add a reqsize field to struct ahash_alg and use it to set the
default reqsize so that algorithms with a static reqsize are
not forced to create an init_tfm function.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-05-29 11:02:40 +02:00
..