index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
enable AES-XTS optimization for AIX
sanumesh
2024-05-30
1
-1
/
+1
*
Unable to run asm code on OpenBSD (amd64)
Theo Buehler
2024-04-17
6
-2
/
+14
*
aarch64: fix BTI in bsaes assembly code
Tom Cosgrove
2024-04-10
1
-1
/
+4
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Fix a few incorrect paths in some build.info files
Richard Levitte
2024-02-02
1
-1
/
+1
*
Disable build of HWAES on PPC Macs
Tomas Mraz
2024-01-11
1
-1
/
+5
*
Preserve callee-saved registers in aarch64 AES-CTR code
fangming.fang
2024-01-10
1
-3
/
+11
*
remove duplicated typedef for u64
Max Bachmann
2023-12-12
1
-3
/
+0
*
Optimize AES-CTR for ARM Neoverse V1 and V2.
fisher.yu
2023-11-29
1
-2
/
+756
*
riscv: Provide vector crypto implementation of AES-ECB mode.
Phoebe Chen
2023-10-26
1
-460
/
+670
*
riscv: Provide vector crypto implementation of AES-128/256-XTS mode.
Jerry Shih
2023-10-26
2
-0
/
+711
*
riscv: Provide vector crypto implementation of AES-CTR mode.
Phoebe Chen
2023-10-26
2
-1
/
+378
*
riscv: Provide vector crypto implementation of AES-CBC mode.
Phoebe Chen
2023-10-26
1
-2
/
+534
*
riscv: Further optimization for single block aes-zvkned decryption.
Phoebe Chen
2023-10-26
1
-85
/
+85
*
riscv: Further optimization for single block aes-zvkned encryption.
Phoebe Chen
2023-10-26
1
-48
/
+45
*
riscv: Implement AES-192
Ard Biesheuvel
2023-10-26
1
-0
/
+109
*
riscv: AES: Provide a Zvkned-based implementation
Christoph Müllner
2023-10-26
2
-1
/
+530
*
Improve performance for 6x unrolling with vpermxor instruction
Danny Tsen
2023-10-02
1
-50
/
+95
*
Copyright year updates
Matt Caswell
2023-09-07
6
-7
/
+7
*
Fixed incorrect usage of vshuf.b instruction
zhuchen
2023-08-01
1
-69
/
+70
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-07-18
1
-2
/
+2
*
riscv: Clarify dual-licensing wording for GCM and AES
Heiko Stuebner
2023-07-06
2
-12
/
+14
*
riscv: aes: dual-license under Apache + 2-clause BSD
Heiko Stuebner
2023-06-11
2
-0
/
+54
*
fix aes-xts bug on aarch64 big-endian env.
Liu-ErMeng
2023-04-28
1
-12
/
+12
*
aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption
Tomas Mraz
2023-04-20
1
-1
/
+3
*
Fix copyright disclaimer.
Pauli
2023-03-16
1
-1
/
+1
*
riscv: aes: Move reusable Perl code into Perl module
Christoph Müllner
2023-03-16
1
-145
/
+56
*
aes/asm/bsaes-armv7.pl: Replace adrl with add
Kornel Dulęba
2023-03-14
1
-1
/
+1
*
Add vpaes-loongarch64.pl module.
zhuchen
2022-10-12
2
-0
/
+1009
*
add build support for riscv32 aes zkn
Hongren (Zenithal) Zheng
2022-09-05
1
-0
/
+2
*
Add AES implementation in riscv32 zkn asm
Hongren (Zenithal) Zheng
2022-09-05
1
-0
/
+1061
*
Fix aarch64 signed bit shift issue found by UBSAN
Tom Cosgrove
2022-07-19
1
-4
/
+0
*
Fix reported performance degradation on aarch64
Bernd Edlinger
2022-07-08
1
-0
/
+60
*
Fix AES OCB encrypt/decrypt for x86 AES-NI
Alex Chernyakhovsky
2022-07-05
1
-2
/
+2
*
add build support for riscv64 aes zkn
Hongren (Zenithal) Zheng
2022-06-10
1
-1
/
+2
*
Add AES implementation in riscv64 zkn asm
Hongren (Zenithal) Zheng
2022-06-10
1
-0
/
+655
*
Rename x86-32 assembly files from .s to .S.
Sebastian Andrzej Siewior
2022-05-24
1
-8
/
+8
*
Add AES implementation in generic riscv64 asm
Henry Brausen
2022-05-19
2
-0
/
+1714
*
Update copyright year
Matt Caswell
2022-05-03
3
-4
/
+4
*
Fix gcc 6.3 builds of aarch64 BSAES
Tom Cosgrove
2022-04-21
1
-10
/
+10
*
disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2
Sebastian Pop
2022-03-31
1
-1
/
+1
*
Remove further uses of __ARMEL__ in AArch64 assembly
Ben Avison
2022-03-30
1
-5
/
+5
*
Use Perl to generate bsaes-armv8.S
Tom Cosgrove
2022-03-09
2
-1
/
+45
*
ARM assembly pack: translate bit-sliced AES implementation to AArch64
Ben Avison
2022-03-09
2
-2
/
+2341
*
aes: make the no-asm constant time code path not the default
Pauli
2022-01-31
1
-1
/
+1
*
Don't use __ARMEL__/__ARMEB__ in aarch64 assembly
David Benjamin
2022-01-09
1
-0
/
+3
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-3
/
+3
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-2
/
+3
*
Add missing define to enable AES-NI usage on x86 platform
Tomas Mraz
2021-10-21
1
-1
/
+1
*
aarch64: support BTI and pointer authentication in assembly
Russ Butler
2021-10-01
3
-20
/
+38
[next]