summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm
AgeCommit message (Expand)Author
2024-01-10Preserve callee-saved registers in aarch64 AES-CTR codefangming.fang
2023-11-29Optimize AES-CTR for ARM Neoverse V1 and V2.fisher.yu
2023-10-26riscv: Provide vector crypto implementation of AES-ECB mode.Phoebe Chen
2023-10-26riscv: Provide vector crypto implementation of AES-128/256-XTS mode.Jerry Shih
2023-10-26riscv: Provide vector crypto implementation of AES-CTR mode.Phoebe Chen
2023-10-26riscv: Provide vector crypto implementation of AES-CBC mode.Phoebe Chen
2023-10-26riscv: Further optimization for single block aes-zvkned decryption.Phoebe Chen
2023-10-26riscv: Further optimization for single block aes-zvkned encryption.Phoebe Chen
2023-10-26riscv: Implement AES-192Ard Biesheuvel
2023-10-26riscv: AES: Provide a Zvkned-based implementationChristoph Müllner
2023-10-02Improve performance for 6x unrolling with vpermxor instructionDanny Tsen
2023-09-07Copyright year updatesMatt Caswell
2023-08-01Fixed incorrect usage of vshuf.b instructionzhuchen
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-06riscv: Clarify dual-licensing wording for GCM and AESHeiko Stuebner
2023-06-11riscv: aes: dual-license under Apache + 2-clause BSDHeiko Stuebner
2023-04-28fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng
2023-04-20aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz
2023-03-16Fix copyright disclaimer.Pauli
2023-03-16riscv: aes: Move reusable Perl code into Perl moduleChristoph Müllner
2023-03-15aes/asm/bsaes-armv7.pl: Replace adrl with addKornel Dulęba
2022-10-12Add vpaes-loongarch64.pl module.zhuchen
2022-09-05Add AES implementation in riscv32 zkn asmHongren (Zenithal) Zheng
2022-07-19Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove
2022-07-08Fix reported performance degradation on aarch64Bernd Edlinger
2022-07-05Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky
2022-06-10Add AES implementation in riscv64 zkn asmHongren (Zenithal) Zheng
2022-05-19Add AES implementation in generic riscv64 asmHenry Brausen
2022-05-03Update copyright yearMatt Caswell
2022-04-21Fix gcc 6.3 builds of aarch64 BSAESTom Cosgrove
2022-03-31disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-03-30Remove further uses of __ARMEL__ in AArch64 assemblyBen Avison
2022-03-09Use Perl to generate bsaes-armv8.STom Cosgrove
2022-03-09ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison
2022-01-09Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin
2022-01-05Fix typosDimitris Apostolou
2021-10-01aarch64: support BTI and pointer authentication in assemblyRuss Butler
2021-07-29Update copyright yearMatt Caswell
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-06-17Update copyright yearMatt Caswell
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-20Revert "ARM assembly pack: translate bit-sliced AES implementation to AArch64"Pauli
2021-05-14ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison
2020-11-30aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-04-23Update copyright yearMatt Caswell
2020-03-05aes-s390x.pl: fix stg offset caused by typo in perlasmPatrick Steuer
2020-02-18x86_64: Don't assume 8-byte pointer sizeH.J. Lu
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin