On Thu, Jul 31, 2025 at 02:23:53PM -0700, Eric Biggers wrote: > Use the SHA-1 and HMAC-SHA1 library functions instead of crypto_shash. > This is simpler and faster. > > Replace the selection of CRYPTO, CRYPTO_HMAC, and CRYPTO_SHA1 with > CRYPTO_LIB_SHA1 and CRYPTO_LIB_UTILS. The latter is needed for > crypto_memneq() which was previously being pulled in via CRYPTO. > > Signed-off-by: Eric Biggers <ebigg...@kernel.org> Reviewed-by: Jarkko Sakkinen <jar...@kernel.org>
BR, Jarkko