openssl/crypto/modes/asm
XiaokangQian 2507903eb7 Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblers
The EOR3 instruction is implemented with .inst, and the code here is enabled
using run-time detection of the CPU capabilities, so no need to explicitly
ask for the sha3 extension.

Fixes #17773

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17795)
2022-03-04 11:11:51 +01:00
..
aes-gcm-armv8_64.pl
aes-gcm-armv8-unroll8_64.pl Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblers 2022-03-04 11:11:51 +01:00
aes-gcm-avx512.pl AES-GCM enabled with AVX512 vAES and vPCLMULQDQ. 2022-02-10 15:10:12 +01:00
aes-gcm-ppc.pl Fixed counter overflow 2022-02-07 11:29:18 +11:00
aesni-gcm-x86_64.pl
ghash-alpha.pl
ghash-armv4.pl
ghash-c64xplus.pl
ghash-ia64.pl
ghash-parisc.pl
ghash-s390x.pl
ghash-sparcv9.pl
ghash-x86_64.pl
ghash-x86.pl
ghashp8-ppc.pl
ghashv8-armx.pl Optimize AES-GCM for uarchs with unroll and new instructions 2022-01-25 14:30:00 +11:00