summaryrefslogtreecommitdiff
path: root/sys/crypto/armv8
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-01armv8_crypto: fix recursive fpu_kern_enter callZachary Leaf
2023-08-28armv8_crypto: Remove dieing flag and rw lockJohn Baldwin
2023-08-28armv8_crypto: Switch to using FPU_KERN_NOCTXJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-06Fix the IV length in the armv8 AES GCM codeAndrew Turner
2022-05-06crypto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-17armv8crypto: Remove leftover debug printfsMark Johnston
2022-02-15armv8crypto: Use cursors to access crypto buffer dataMark Johnston
2022-02-15armv8crypto: Factor out some duplicated GCM codeMark Johnston
2021-12-09crypto: Validate AES-GCM IV length in check_csp().John Baldwin
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-03-19armv8crypto: note derivation in armv8_crypto_wrap.cMitchell Horne
2021-03-07armv8crypto: fix AES-XTS regression introduced by ed9b7f44Oleksandr Tymoshenko
2021-02-28armv8crypto: add missing newlineElliott Mitchell
2021-02-08armv8crypto: Extract GCM state into a structureMark Johnston
2021-02-08armv8crypto: Fix some edge cases in the AES-GCM implementationMark Johnston
2021-01-21armv8crypto: add AES-GCM supportOleksandr Tymoshenko
2021-01-18armv8crypto: print a message on probe failureMitchell Horne
2021-01-07armv8crypto: add AES-XTS supportMitchell Horne
2020-10-22[armv8crypto] Fix cryptodev probe logic in armv8cryptoOleksandr Tymoshenko
2020-09-08Don't return errors from the cryptodev_process() method.John Baldwin
2020-06-25Use zfree() instead of bzero() and free().John Baldwin
2020-06-09Add a crypto capability flag for accelerated software drivers.John Baldwin
2020-04-20Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2019-10-30Fix the armv8 crypto driver after r354170.Andrew Turner
2019-08-08armv8crypto: add missing unlock for session (after r336439)Ed Maste
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-07-16Create an empty stdint.h for arm_neon.h to include.Andrew Turner
2018-02-23Remove unused error return from API that cannot failConrad Meyer
2016-11-21Add accelerated AES with using the ARMv8 crypto instructions. This is basedAndrew Turner