summaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-04-08Enable SHA3 unrolling and EOR3 optimization for AmpereJiangning Liu
2024-02-22Apply the AES-GCM unroll8 optimisation to Microsoft Azure Cobalt 100Tom Cosgrove
2023-11-29Optimize AES-CTR for ARM Neoverse V1 and V2.fisher.yu
2023-10-10* Enable extra Arm64 optimization on Windows for GHASH, RAND and AESEvgeny Karpov
2023-09-07Copyright year updatesMatt Caswell
2023-07-21Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`sdlyyxy
2023-07-21Move CPU detection to armcap.csdlyyxy
2023-07-21Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUssdlyyxy
2023-02-08Apply aes-gcm unroll8+eor3 optimization patch to Neoverse V2Xiaokang Qian
2022-11-02Apply SM4 optimization patch to Kunpeng-920Xu Yizhou
2022-07-19Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove
2022-05-23Apply the AES-GCM unroll8 optimization patch to Neoverse N2XiaokangQian
2022-05-03Update copyright yearMatt Caswell
2022-05-03Acceleration of chacha20 on aarch64 by SVEDaniel Hu
2022-01-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
2022-01-14SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang
2022-01-09Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin
2021-12-16Add Arm Assembly (aarch64) support for RNGOrr Toledano
2021-10-01aarch64: support BTI and pointer authentication in assemblyRuss Butler
2021-05-20Update copyright yearMatt Caswell
2021-05-14crypto/arm_arch.h: add a variable declarationXiaofei Bai
2020-12-09Read MIDR_EL1 system register on aarch64Fangming.Fang
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte
2018-04-20Fix building linux-armv4 with --strict-warningsBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-02-12crypto/armcap.c: detect hardware-assisted SHA512 support.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2016-05-17Copyright consolidation 07/10Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-04Remove inconsistency in ARM support.Andy Polyakov
2014-12-08Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson
2014-06-01Add linux-aarch64 taget.Andy Polyakov
2014-05-04crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov
2011-11-09arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.Andy Polyakov
2011-10-19arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.Andy Polyakov
2011-07-22Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.Dr. Stephen Henson
2011-07-17ARM assembler pack: add platform run-time detection.Andy Polyakov
2011-06-22Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson
2011-05-04Include fipssyms.h for ARM builds to translate symbols.Dr. Stephen Henson
2011-04-01ARM assembler pack: add missing arm_arch.h.Andy Polyakov