aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/opencrypto
Commit message (Expand)AuthorAgeFilesLines
* tests/sys/opencrypto: use require.kmods property instead of ad-hoc checksSiva Mahadevan2025-09-052-22/+33
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Revert "cdefs: Remove __func__ define"Warner Losh2023-11-271-0/+4
* cdefs: Remove __func__ defineWarner Losh2023-11-271-4/+0
* cdefs: Remove CC_SUPPORTS macros, they are unusedWarner Losh2023-11-271-7/+0
* cdefs: Remove some builtin defines, they are unusedWarner Losh2023-11-271-2/+0
* cdefs: Remove vararg related defines, they are unused.Warner Losh2023-11-271-4/+0
* cdefs: Remove __GNUCLIKE_BUILTIN_CONSTANT_P, it's unusedWarner Losh2023-11-271-1/+0
* cdefs: Remove __GNUCLIKE_CTOR_SECTION_HANDLING, it's unusedWarner Losh2023-11-271-1/+0
* cdefs: Remove __GNUCLIKE___SECTION, it's unused.Warner Losh2023-11-271-1/+0
* cdefs: Remove __GNUCLIKE_ASMWarner Losh2023-11-201-2/+0
* cdefs: Remove __GNUCLIKE___TYPEOF from cdefs.hWarner Losh2023-11-201-1/+0
* dirdeps: Update Makefile.depend* files with empty contentsStephen J. Kiernan2023-10-291-0/+6
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* test/sys/opencrypto: Fix NIST KAT parser iteratorKornel Dulęba2022-10-061-19/+19
* ossl: Add support for AES-CBC cipherKornel Duleba2021-11-081-1/+1
* Revert "ossl: Add support for AES-CBC cipher"Wojciech Macek2021-11-061-1/+1
* ossl: Add support for AES-CBC cipherKornel Duleba2021-11-061-1/+1
* crypto: Test all of the AES-CCM KAT vectors.John Baldwin2021-10-062-39/+56
* cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unusedWarner Losh2021-05-061-1/+0
* Remove __NO_TLS.Konstantin Belousov2021-02-231-1/+0
* ossl: port to arm64Mitchell Horne2020-12-041-1/+1
* Remove uses of CRIOGET in OCF tests after r368005.John Baldwin2020-11-253-32/+7
* cryptotest: Add qat(4) coverageMark Johnston2020-11-051-2/+3
* Make the tests work without COMPAT_FREEBSD12 in kernel.Jung-uk Kim2020-11-043-6/+6
* Add ossl(4) to cryptotest.Jung-uk Kim2020-10-302-2/+3
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* tests/sys/opencrypto: use python3Alan Somers2020-07-204-6/+6
* Add safexcel(4) to cryptotest.Mark Johnston2020-07-141-2/+3
* Remove support for the algorithms deprecated in r348876.John Baldwin2020-05-021-41/+0
* Update blake2 accelerated software tests to work after OCF refactoring.John Baldwin2020-04-221-14/+23
* Temporarily skip sys.opencrypto.blake2_test.blake2{b,s}_vectors_x86 in CILi-Wen Hsu2020-04-221-0/+6
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-273-13/+3
* tests/sys/opencrypto: enable armv8crypto on aarch64Enji Cooper2019-08-102-3/+16
* Correct definitions in sys.opencrypto.runtests.main for 32bit platformLi-Wen Hsu2019-07-101-3/+9
* Add my name to the copyrightEnji Cooper2019-05-213-0/+3
* Follow up to r348042: cast `aad` to a byte arrayEnji Cooper2019-05-211-0/+1
* Fix encoding issues with python 3Enji Cooper2019-05-211-6/+16
* Remove spurious newlineEnji Cooper2019-05-211-1/+0
* Fix `KAT(CCM)?Parser` file descriptor leaksEnji Cooper2019-05-212-28/+90
* Squash deprecation warning related to array.array(..).tostring()Enji Cooper2019-05-211-4/+10
* Followup to r347996Enji Cooper2019-05-211-4/+4
* Allow the end-user to pass along arguments to cryptotest.py via `$CRYPTOTEST_...Enji Cooper2019-05-201-1/+1
* Replace uses of `foo.(de|en)code('hex')` with `binascii.(un)?hexlify(foo)`Enji Cooper2019-05-202-69/+73
* Refactor tests/sys/opencrypto/runtestsEnji Cooper2019-05-103-171/+33
* Use `range` instead of `xrange`Enji Cooper2019-04-241-4/+4
* Fix typo: `Plen` should be `plen`Enji Cooper2019-04-241-1/+1
* Don't leak `fd` when manipulating the device via `_getdev()`Enji Cooper2019-04-241-3/+5