summaryrefslogtreecommitdiff
path: root/lib/crypto/tests/ghash_kunit.c
AgeCommit message (Collapse)Author
2026-03-23lib/crypto: tests: Add KUnit tests for GHASHEric Biggers
Add a KUnit test suite for the GHASH library functions. It closely mirrors the POLYVAL test suite. Acked-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20260319061723.1140720-5-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>