aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/opencrypto
Commit message (Expand)AuthorAgeFilesLines
* MFC r363181:Mark Johnston2020-07-221-2/+3
* MFC r349872:Li-Wen Hsu2019-07-201-3/+9
* MFC 346617: Test the AES-CCM test vectors from the NIST Known Answer Tests.John Baldwin2019-05-232-0/+201
* MFC 346616: Run the plain SHA digest tests from NIST.John Baldwin2019-05-232-17/+55
* MFC 346615: Use more descriptive algorithm names in skip messages.John Baldwin2019-05-231-4/+4
* MFC 346614: Skip tests with missing test vectors instead of failing.John Baldwin2019-05-231-1/+3
* MFC 346421: Test SHA2-224-HMAC now that OCF supports it.John Baldwin2019-05-231-5/+2
* MFC 346419: Sync cryptographic algorithm constants with current cryptodev.h.John Baldwin2019-05-231-1/+13
* MFC r346431,r347417,r348019:Enji Cooper2019-05-235-174/+36
* Revert r348136Enji Cooper2019-05-234-1124/+763
* MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346574,r...Enji Cooper2019-05-234-763/+1124
* Add test cases for Poly1305 from RFC 7539Conrad Meyer2018-08-172-1/+405
* Fix sys/opencrypto/blake2_test when kern.cryptodevallowsoft=0Alan Somers2018-08-161-0/+2
* Fix the sys/opencrypto/runtests test when aesni(4) is already loadedAlan Somers2018-08-161-2/+2
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-213-0/+16686
* Add ccp(4): experimental driver for AMD Crypto Co-ProcessorConrad Meyer2018-01-181-10/+35
* aesni(4): Add support for x86 SHA intrinsicsConrad Meyer2017-09-261-1/+1
* crypto(9): Use a more specific error code when a capable driver is not foundConrad Meyer2017-09-261-2/+9
* Convert some idioms over to py3k-compatible idiomsEnji Cooper2017-09-242-54/+57
* cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA driversConrad Meyer2017-09-221-0/+1
* cryptotest.py: Fix whitespace style errorsConrad Meyer2017-09-221-16/+16
* cryptotest.py: Actually use NIST-KAT HMAC test vectors and test the right hashesConrad Meyer2017-09-211-7/+43
* cryptotest.py: Do not run AES-CBC or AES-GCM tests on non-AES crypto(4) driversConrad Meyer2017-09-211-0/+2
* cryptotest.py: Add a seatbelt that we're actually testing anythingConrad Meyer2017-09-211-0/+1
* Make test scripts under tests/... non-executableEnji Cooper2017-08-081-0/+0
* Add the ccr0 device to the opencrypto tests against the NIST KAT tests.John Baldwin2017-06-081-2/+3
* tests/sys/opencrypto/runtests: apply minor polish to test scriptEnji Cooper2017-06-011-14/+20
* Fix up `TEST_METADATA`Enji Cooper2017-06-011-1/+3
* Honor the requested crid when running a test.John Baldwin2017-06-011-4/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+2
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | More 'tests' package fixes.Glen Barber2016-02-031-0/+3
|/
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-126-0/+1310