summaryrefslogtreecommitdiff
path: root/scripts/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-08-11lib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers1-2/+11
2026-08-11lib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers1-0/+60
2026-08-11lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers1-0/+23
2026-08-11lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers1-0/+48
2026-08-11lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers1-31/+62
2026-03-24lib/crypto: tests: Add KUnit tests for SM3Eric Biggers1-0/+3
2026-03-24lib/crypto: tests: Add KUnit tests for GHASHEric Biggers1-1/+62
2026-03-09lib/crypto: aes: Add FIPS self-test for CMACEric Biggers1-0/+10
2026-03-09lib/crypto: tests: Add KUnit tests for CBC-based MACsEric Biggers1-3/+28
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers1-0/+40
2026-01-08lib/crypto: tests: Fix syntax error for old python versionsJie Zhan1-1/+1
2025-11-11lib/crypto: tests: Add KUnit tests for POLYVALEric Biggers1-2/+45
2025-11-11lib/crypto: tests: Add additional SHAKE testsEric Biggers1-4/+23
2025-11-11lib/crypto: tests: Add SHA3 kunit testsDavid Howells1-1/+3
2025-11-11lib/crypto: tests: Add KUnit tests for BLAKE2bEric Biggers1-13/+16
2025-11-06lib/crypto: sha3: Add FIPS cryptographic algorithm self-testEric Biggers1-0/+4
2025-10-30lib/crypto: Add FIPS self-tests for SHA-1 and SHA-2Eric Biggers1-0/+32
2025-08-29lib/crypto: tests: Add KUnit tests for BLAKE2sEric Biggers1-3/+24
2025-07-14lib/crypto: tests: Add KUnit tests for Poly1305Eric Biggers1-2/+47
2025-07-14lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.pyEric Biggers1-0/+102