summaryrefslogtreecommitdiff
path: root/tests/sys/opencrypto/cryptodev.py
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-06test/sys/opencrypto: Fix NIST KAT parser iteratorKornel Dulęba
2021-10-06crypto: Test all of the AES-CCM KAT vectors.John Baldwin
2020-11-25Remove uses of CRIOGET in OCF tests after r368005.John Baldwin
2020-07-20tests/sys/opencrypto: use python3Alan Somers
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2019-07-10Correct definitions in sys.opencrypto.runtests.main for 32bit platformLi-Wen Hsu
2019-05-21Add my name to the copyrightEnji Cooper
2019-05-21Follow up to r348042: cast `aad` to a byte arrayEnji Cooper
2019-05-21Fix encoding issues with python 3Enji Cooper
2019-05-21Remove spurious newlineEnji Cooper
2019-05-21Fix `KAT(CCM)?Parser` file descriptor leaksEnji Cooper
2019-05-21Squash deprecation warning related to array.array(..).tostring()Enji Cooper
2019-05-20Replace uses of `foo.(de|en)code('hex')` with `binascii.(un)?hexlify(foo)`Enji Cooper
2019-04-24Use `range` instead of `xrange`Enji Cooper
2019-04-24Don't leak `fd` when manipulating the device via `_getdev()`Enji Cooper
2019-04-24Reapply whitespace style changes from r346443 after recent changes to tests/s...Enji Cooper
2019-04-24Test the AES-CCM test vectors from the NIST Known Answer Tests.John Baldwin
2019-04-24Run the plain SHA digest tests from NIST.John Baldwin
2019-04-20Revert r346443Enji Cooper
2019-04-20tests/sys/opencrypto: fix whitespace per PEP8Enji Cooper
2019-04-20Specify using Python2, these .py files have not been converted to use Python3Li-Wen Hsu
2017-09-24Convert some idioms over to py3k-compatible idiomsEnji Cooper
2017-06-01Honor the requested crid when running a test.John Baldwin
2014-12-12Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney