summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/aarch64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove DES_UNROLL from opensslconf.h.jsing2025-07-271-12/+0
* Remove BN_LLONG defines/undefs from opensslconf.h.jsing2025-07-231-5/+0
* Provide accelerated SHA-1 for aarch64.jsing2025-06-282-2/+5
* Remove BF_PTRtb2025-06-111-5/+0
* Move (mostly) MI constants to proper headerstb2025-06-091-32/+0
* Remove ${MULTIPLE_OF_EIGHT}_BIT*tb2025-06-081-12/+0
* Garbage collect DES_PTRtb2025-06-081-6/+0
* Remove DES_RISC*tb2025-06-081-55/+0
* Rename the header guard of des.h with HEADER_DES_Htb2025-06-051-1/+1
* Remove preprocessor branching on HEADER_DES_Htb2025-06-051-1/+1
* opensslconf.h: remove md2 leftoverstb2025-06-051-4/+0
* Provide an accelerated SHA-512 assembly implementation for aarch64.jsing2025-03-122-2/+7
* Support OPENSSL_NO_FILENAMEStb2025-03-091-0/+10
* Provide an accelerated SHA-256 assembly implementation for aarch64.jsing2025-03-072-2/+9
* Mop up RC4_INDEX.jsing2025-01-271-7/+0
* Add comment for crypto_cpu_caps_aarch64.jsing2024-11-121-1/+2
* Replace aarch64 CPU capabilities detection code.jsing2024-11-086-261/+114
* cryptlib.h: adjust header guard for upcoming surgerytb2024-11-051-1/+1
* repair bizzare indents; ok tbderaadt2024-08-291-2/+6
* Provide and use crypto_arch.h.jsing2024-08-111-0/+21
* Move camellia to primary Makefile.jsing2024-03-291-4/+1
* Move aes_core.c to the primary Makefile.jsing2024-03-291-6/+1
* Move wp_block.c to the primary Makefile.jsing2024-03-291-3/+1
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-2/+2
* Remove OPENSSL_UNISTD definetb2024-03-281-3/+0
* Move rc4.c to primary Makefile.jsing2024-03-281-3/+1
* Move des sources to primary Makefile.jsing2024-03-281-3/+1
* Consolidate rc4 code.jsing2024-03-271-2/+2
* Move bf_enc.c to the primary Makefile.jsing2024-03-271-3/+1
* Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.jsing2023-07-261-5/+1
* Sprinkle a few BTI instructions into the arm64 assembly files and passkettenis2023-04-052-1/+8
* Remove the now empty bn_asm.c.jsing2023-01-311-2/+1
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
* use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64robert2022-03-251-5/+55
* Start disentangling armv7 and aarch64 codetb2022-03-234-2/+196
* Add cpuid support for arm64 so that we can recognize whichpatrick2019-07-021-1/+4
* Add support for AArch64.patrick2017-01-112-0/+182