lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()
authorEric Biggers <ebiggers@kernel.org>
Mon, 15 Sep 2025 16:08:17 +0000 (11:08 -0500)
committerEric Biggers <ebiggers@kernel.org>
Wed, 17 Sep 2025 18:09:40 +0000 (13:09 -0500)
commit6733968be7cb0ce559c755f639c41629fa11761e
treea81496209541e03a064b634ed603b20014069a52
parentbc6d6a4172a7fa599fe66f16e9a2c1cdc6983207
lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()

Update sha256_kunit to include test cases and a benchmark for the new
sha256_finup_2x() function.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250915160819.140019-5-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
lib/crypto/tests/sha256_kunit.c