summaryrefslogtreecommitdiff
path: root/sys/crypto/armv8
Commit message (Expand)AuthorAgeFilesLines
* [armv8crypto] Fix cryptodev probe logic in armv8cryptoOleksandr Tymoshenko2020-10-221-0/+1
* Don't return errors from the cryptodev_process() method.John Baldwin2020-09-081-1/+1
* Use zfree() instead of bzero() and free().John Baldwin2020-06-251-4/+2
* Add a crypto capability flag for accelerated software drivers.John Baldwin2020-06-091-1/+1
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-8/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-162/+82
* Fix the armv8 crypto driver after r354170.Andrew Turner2019-10-301-1/+1
* armv8crypto: add missing unlock for session (after r336439)Ed Maste2019-08-081-0/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-182-103/+8
* Create an empty stdint.h for arm_neon.h to include.Andrew Turner2018-07-161-0/+5
* Remove unused error return from API that cannot failConrad Meyer2018-02-231-8/+3
* Add accelerated AES with using the ARMv8 crypto instructions. This is basedAndrew Turner2016-11-213-0/+748