aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/armv8
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-272-2/+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-162-4/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Fix the IV length in the armv8 AES GCM codeAndrew Turner2022-09-061-2/+2
* crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* armv8crypto: Remove leftover debug printfsMark Johnston2022-02-171-2/+0
* armv8crypto: Use cursors to access crypto buffer dataMark Johnston2022-02-163-171/+266
* armv8crypto: Factor out some duplicated GCM codeMark Johnston2022-02-161-60/+51
* crypto: Validate AES-GCM IV length in check_csp().John Baldwin2021-12-091-2/+0
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* armv8crypto: note derivation in armv8_crypto_wrap.cMitchell Horne2021-03-191-0/+7
* armv8crypto: fix AES-XTS regression introduced by ed9b7f44Oleksandr Tymoshenko2021-03-071-0/+3
* armv8crypto: add missing newlineElliott Mitchell2021-02-281-1/+1
* armv8crypto: Extract GCM state into a structureMark Johnston2021-02-081-70/+65
* armv8crypto: Fix some edge cases in the AES-GCM implementationMark Johnston2021-02-081-18/+29
* armv8crypto: add AES-GCM supportOleksandr Tymoshenko2021-01-223-74/+417
* armv8crypto: print a message on probe failureMitchell Horne2021-01-181-0/+3
* armv8crypto: add AES-XTS supportMitchell Horne2021-01-073-11/+138
* [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