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