Re: [PATCH V2] crypto: Mark intermediary memory as clean
From: Edward Adam Davis
Date: Mon Aug 18 2025 - 08:49:33 EST
On Mon, 18 Aug 2025 20:30:29 +0800, Herbert Xu wrote:
> Their values are equal, so why use sizeof to calculate?
> Similarly, "if (sizeof(intermediary) != crypto_shash_digestsize(desc->tfm)) {",
> why not just use SHA3_256_DIGEST_SIZE?
Hi Stephan Mueller, can you explain it?
BR,
Edward