summaryrefslogtreecommitdiffstats
path: root/lib/crypto/tests
AgeCommit message (Expand)AuthorLines
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers-0/+9096
2026-03-23lib/crypto: tests: Add KUnit tests for SM3Eric Biggers-0/+272
2026-03-23lib/crypto: tests: Add KUnit tests for GHASHEric Biggers-0/+389
2026-03-23lib/crypto: gf128hash: Rename polyval module to gf128hashEric Biggers-3/+3
2026-03-19lib/crypto: tests: Drop the default to CRYPTO_SELFTESTSEric Biggers-13/+13
2026-03-19lib/crypto: tests: Introduce CRYPTO_LIB_ENABLE_ALL_FOR_KUNITEric Biggers-0/+24
2026-03-09lib/crypto: tests: Add KUnit tests for CBC-based MACsEric Biggers-0/+419
2026-02-28lib/crypto: tests: Depend on library options rather than selecting themEric Biggers-23/+12
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers-0/+350
2026-01-12lib/crypto: tests: Add KUnit tests for ML-DSA verificationEric Biggers-0/+2335
2026-01-08lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQsThomas Weißschuh-1/+1
2025-12-02Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1587
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-20/+19
2025-11-21lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()Eric Biggers-0/+1
2025-11-11lib/crypto: tests: Add KUnit tests for POLYVALEric Biggers-0/+419
2025-11-11lib/crypto: tests: Add additional SHAKE testsEric Biggers-55/+151
2025-11-11lib/crypto: tests: Add SHA3 kunit testsDavid Howells-0/+587
2025-11-11lib/crypto: tests: Add KUnit tests for BLAKE2bEric Biggers-0/+485
2025-10-29lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers-12/+11
2025-10-29lib/crypto: blake2s: Adjust parameter order of blake2s()Eric Biggers-8/+8
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