aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/armv8crypto
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove nonexistent include path for arm64 crypto files.John Baldwin2021-09-151-2/+0
* armv8crypto: add AES-GCM supportOleksandr Tymoshenko2021-01-221-1/+18
* Create an empty stdint.h for arm_neon.h to include.Andrew Turner2018-07-161-0/+1
* Use armv8-a in -march, it is accepted by both clang and gcc.Andrew Turner2017-08-191-1/+1
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* Add accelerated AES with using the ARMv8 crypto instructions. This is basedAndrew Turner2016-11-211-0/+20