aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/opencrypto/cryptodev.py
Commit message (Expand)AuthorAgeFilesLines
* tests/sys/opencrypto: use python3Alan Somers2020-07-201-2/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-3/+2
* Correct definitions in sys.opencrypto.runtests.main for 32bit platformLi-Wen Hsu2019-07-101-3/+9
* Add my name to the copyrightEnji Cooper2019-05-211-0/+1
* 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-211-13/+44
* Squash deprecation warning related to array.array(..).tostring()Enji Cooper2019-05-211-4/+10
* Replace uses of `foo.(de|en)code('hex')` with `binascii.(un)?hexlify(foo)`Enji Cooper2019-05-201-33/+35
* Use `range` instead of `xrange`Enji Cooper2019-04-241-4/+4
* Don't leak `fd` when manipulating the device via `_getdev()`Enji Cooper2019-04-241-3/+5
* Reapply whitespace style changes from r346443 after recent changes to tests/s...Enji Cooper2019-04-241-548/+551
* Test the AES-CCM test vectors from the NIST Known Answer Tests.John Baldwin2019-04-241-0/+106
* Run the plain SHA digest tests from NIST.John Baldwin2019-04-241-4/+2
* Revert r346443Enji Cooper2019-04-201-450/+450
* tests/sys/opencrypto: fix whitespace per PEP8Enji Cooper2019-04-201-450/+450
* Specify using Python2, these .py files have not been converted to use Python3Li-Wen Hsu2019-04-201-1/+1
* Convert some idioms over to py3k-compatible idiomsEnji Cooper2017-09-241-41/+43
* Honor the requested crid when running a test.John Baldwin2017-06-011-4/+1
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-0/+561