aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/armv8/armv8_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* armv8_crypto: fix recursive fpu_kern_enter callZachary Leaf2023-09-011-2/+2
* armv8_crypto: Remove dieing flag and rw lockJohn Baldwin2023-08-281-21/+0
* armv8_crypto: Switch to using FPU_KERN_NOCTXJohn Baldwin2023-08-281-76/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* armv8crypto: Use cursors to access crypto buffer dataMark Johnston2022-02-161-57/+20
* crypto: Validate AES-GCM IV length in check_csp().John Baldwin2021-12-091-2/+0
* armv8crypto: fix AES-XTS regression introduced by ed9b7f44Oleksandr Tymoshenko2021-03-071-0/+3
* armv8crypto: add missing newlineElliott Mitchell2021-02-281-1/+1
* armv8crypto: add AES-GCM supportOleksandr Tymoshenko2021-01-221-52/+180
* armv8crypto: print a message on probe failureMitchell Horne2021-01-181-0/+3
* armv8crypto: add AES-XTS supportMitchell Horne2021-01-071-11/+40
* [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-181-100/+8
* 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-211-0/+565