freebsd-dev/tests/sys/opencrypto
John Baldwin 6c80c319ef Remove support for the algorithms deprecated in r348876.
This removes support for the following algorithms:
- ARC4
- Blowfish
- CAST128
- DES
- 3DES
- MD5-HMAC
- Skipjack

Since /dev/crypto no longer supports 3DES, stop testing the 3DES KAT
vectors in cryptotest.py.

Reviewed by:	cem (previous version)
Relnotes:	yes
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D24346
2020-05-02 14:20:32 +00:00
..
blake2_test.c Update blake2 accelerated software tests to work after OCF refactoring. 2020-04-22 20:43:18 +00:00
blake2-kat.h Import Blake2 algorithms (blake2b, blake2s) from libb2 2018-03-21 16:18:14 +00:00
cryptodev.py Refactor driver and consumer interfaces for OCF (in-kernel crypto). 2020-03-27 18:25:23 +00:00
cryptodevh.py Refactor driver and consumer interfaces for OCF (in-kernel crypto). 2020-03-27 18:25:23 +00:00
cryptotest.py Remove support for the algorithms deprecated in r348876. 2020-05-02 14:20:32 +00:00
Makefile Refactor tests/sys/opencrypto/runtests 2019-05-10 00:03:32 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
poly1305_test.c Add test cases for Poly1305 from RFC 7539 2018-08-17 00:32:00 +00:00
runtests.sh tests/sys/opencrypto: enable armv8crypto on aarch64 2019-08-10 15:53:42 +00:00