summaryrefslogtreecommitdiff
path: root/lib/crypto/tests
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-0/+184
2025-09-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-0/+1992
2025-09-17lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()Eric Biggers1-0/+184
2025-09-07lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTSEric Biggers1-1/+1
2025-09-07lib/crypto: tests: Add Curve25519 benchmarkEric Biggers1-1/+32
2025-09-07lib/crypto: tests: Migrate Curve25519 self-test to KUnitEric Biggers3-0/+1342
2025-08-29lib/crypto: tests: Add KUnit tests for BLAKE2sEric Biggers4-0/+383
2025-08-27lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5Eric Biggers4-0/+236
2025-08-11kunit, lib/crypto: Move run_irq_test() to common headerEric Biggers1-119/+4
2025-07-22lib/crypto: tests: Annotate worker to be on stackGuenter Roeck1-1/+1
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1Eric Biggers4-0/+262
2025-07-14lib/crypto: tests: Add KUnit tests for Poly1305Eric Biggers4-0/+361
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512Eric Biggers6-0/+723
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256Eric Biggers6-0/+586
2025-07-14lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.pyEric Biggers1-0/+683