mirror of https://github.com/torvalds/linux.git
- Add KUnit test suites for SHA-3, BLAKE2b, and POLYVAL. These are the algorithms that have new crypto library interfaces this cycle. - Remove the crypto_shash POLYVAL tests. They're no longer needed because POLYVAL support was removed from crypto_shash. Better POLYVAL test coverage is now provided via the KUnit test suite. -----BEGIN PGP SIGNATURE----- iIoEABYIADIWIQSacvsUNc7UX4ntmEPzXCl4vpKOKwUCaSur3BQcZWJpZ2dlcnNA a2VybmVsLm9yZwAKCRDzXCl4vpKOKxlzAP0cf+vR8aA+nS1LaAC8WTt6skTtwbVF J/LPvOzHCLlj2AEA15CIQvBYkAAVCF2JPZiPb43lMMso7PkrjqIszQSunAc= =B84P -----END PGP SIGNATURE----- Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux Pull crypto library test updates from Eric Biggers: - Add KUnit test suites for SHA-3, BLAKE2b, and POLYVAL. These are the algorithms that have new crypto library interfaces this cycle. - Remove the crypto_shash POLYVAL tests. They're no longer needed because POLYVAL support was removed from crypto_shash. Better POLYVAL test coverage is now provided via the KUnit test suite. * tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux: crypto: testmgr - Remove polyval tests lib/crypto: tests: Add KUnit tests for POLYVAL lib/crypto: tests: Add additional SHAKE tests lib/crypto: tests: Add SHA3 kunit tests lib/crypto: tests: Add KUnit tests for BLAKE2b |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| blake2b-testvecs.h | ||
| blake2b_kunit.c | ||
| blake2s-testvecs.h | ||
| blake2s_kunit.c | ||
| curve25519_kunit.c | ||
| hash-test-template.h | ||
| md5-testvecs.h | ||
| md5_kunit.c | ||
| poly1305-testvecs.h | ||
| poly1305_kunit.c | ||
| polyval-testvecs.h | ||
| polyval_kunit.c | ||
| sha1-testvecs.h | ||
| sha1_kunit.c | ||
| sha3-testvecs.h | ||
| sha3_kunit.c | ||
| sha224-testvecs.h | ||
| sha224_kunit.c | ||
| sha256-testvecs.h | ||
| sha256_kunit.c | ||
| sha384-testvecs.h | ||
| sha384_kunit.c | ||
| sha512-testvecs.h | ||
| sha512_kunit.c | ||