summaryrefslogtreecommitdiff
path: root/crypto/arm_arch.h
Commit message (Expand)AuthorAgeFilesLines
* Apply aes-gcm unroll8+eor3 optimization patch to Neoverse V2Xiaokang Qian2023-02-081-0/+1
* Apply SM4 optimization patch to Kunpeng-920Xu Yizhou2022-11-021-0/+2
* Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove2022-07-191-4/+4
* Apply the AES-GCM unroll8 optimization patch to Neoverse N2XiaokangQian2022-05-231-0/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Acceleration of chacha20 on aarch64 by SVEDaniel Hu2022-05-031-0/+2
* Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian2022-01-251-0/+6
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-181-0/+1
* SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang2022-01-141-0/+1
* Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin2022-01-091-5/+0
* Add Arm Assembly (aarch64) support for RNGOrr Toledano2021-12-161-0/+1
* aarch64: support BTI and pointer authentication in assemblyRuss Butler2021-10-011-0/+58
* Update copyright yearMatt Caswell2021-05-201-1/+1
* crypto/arm_arch.h: add a variable declarationXiaofei Bai2021-05-141-0/+1
* Read MIDR_EL1 system register on aarch64Fangming.Fang2020-12-091-0/+44
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* Fix building linux-armv4 with --strict-warningsBernd Edlinger2018-04-201-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* crypto/armcap.c: detect hardware-assisted SHA512 support.Andy Polyakov2018-02-121-0/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-0/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-53/+53
* Remove inconsistency in ARM support.Andy Polyakov2015-01-041-0/+12
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-4/+0
* Add linux-aarch64 taget.Andy Polyakov2014-06-011-2/+13
* crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov2014-05-041-0/+4
* arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.Andy Polyakov2011-11-091-1/+1
* arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.Andy Polyakov2011-10-191-1/+2
* Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.Dr. Stephen Henson2011-07-221-1/+1
* ARM assembler pack: add platform run-time detection.Andy Polyakov2011-07-171-1/+8
* Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson2011-06-221-1/+1
* Include fipssyms.h for ARM builds to translate symbols.Dr. Stephen Henson2011-05-041-0/+4
* ARM assembler pack: add missing arm_arch.h.Andy Polyakov2011-04-011-0/+39