aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Copyright year updatesRichard Levitte1-1/+1
2023-08-01Fixed incorrect usage of vshuf.b instructionzhuchen1-69/+70
2023-05-30Update copyright yearTomas Mraz2-2/+2
2023-04-28fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng1-12/+12
2023-04-20aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz1-1/+3
2023-03-16Fix copyright disclaimer.Pauli1-1/+1
2023-03-15aes/asm/bsaes-armv7.pl: Replace adrl with addKornel Dulęba1-1/+1
2023-03-14Update copyright yearMatt Caswell1-2/+2
2023-03-14Fix aarch64 signed bit shift issue found by UBSANOtto Hollmann1-4/+0
2022-12-01Update copyright yearTomas Mraz2-3/+3
2022-11-23Add vpaes-loongarch64.pl module.zhuchen2-0/+1009
2022-11-23add build support for riscv32 aes zknHongren (Zenithal) Zheng1-0/+2
2022-11-23Add AES implementation in riscv32 zkn asmHongren (Zenithal) Zheng1-0/+1061
2022-11-21add build support for riscv64 aes zknHongren (Zenithal) Zheng1-1/+2
2022-11-21Add AES implementation in riscv64 zkn asmHongren (Zenithal) Zheng1-0/+655
2022-11-21Add AES implementation in generic riscv64 asmHenry Brausen2-0/+1714
2022-11-21Fix gcc 6.3 builds of aarch64 BSAESTom Cosgrove1-10/+10
2022-11-11Remove further uses of __ARMEL__ in AArch64 assemblyBen Avison1-5/+5
2022-11-11Use Perl to generate bsaes-armv8.STom Cosgrove2-1/+45
2022-11-11ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison2-2/+2341
2022-11-09Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin1-0/+3
2022-11-09Fix typosDimitris Apostolou1-3/+3
2022-11-09aarch64: support BTI and pointer authentication in assemblyRuss Butler3-20/+38
2022-10-18disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop1-1/+1
2022-10-11Update copyright yearMatt Caswell1-1/+1
2022-07-08Fix reported performance degradation on aarch64Bernd Edlinger1-0/+60
2022-07-05Update copyright yearRichard Levitte1-1/+1
2022-07-05Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky1-2/+2
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior1-8/+8
2022-03-15Update copyright yearMatt Caswell1-1/+1
2022-01-31aes: make the no-asm constant time code path not the defaultPauli1-1/+1
2021-10-21Add missing define to enable AES-NI usage on x86 platformTomas Mraz1-1/+1
2021-07-29Update copyright yearMatt Caswell3-3/+3
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz3-3/+12
2021-06-22Fix aes_core to use U64() macro..Shane Lontis1-142/+151
2021-06-17Update copyright yearMatt Caswell4-4/+4
2021-06-13Add AES consttime code for no-asm configurationsBernd Edlinger2-1/+632
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2-32/+32
2021-05-20Revert "ARM assembly pack: translate bit-sliced AES implementation to AArch64"Pauli2-2341/+2
2021-05-14Fix provider library build wrt. AESJuergen Christ1-0/+7
2021-05-14ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison2-2/+2341
2021-05-13Add $AESDEF in libdefault.a to fix aes regressionXiaofei Bai1-0/+1
2021-05-07Drop libimplementations.aRichard Levitte1-1/+0
2020-12-03remove unused initialisationsPauli1-3/+1
2020-11-30aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel1-14/+14
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian1-0/+1426
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim3-3/+3
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger1-5/+9
2020-04-23Update copyright yearMatt Caswell32-32/+32
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz2-6/+4