openssl/crypto/modes
Gerd Hoffmann 43e804acc6 fix small footprint builds on arm
Building with '-D OPENSSL_SMALL_FOOTPRINT' for aarch64 fails due to
'gcm_ghash_4bit' being undeclared.  Fix that by not setting the function
pointer when building with OPENSSL_SMALL_FOOTPRINT, matching openssl
behavior on x86.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25419)

(cherry picked from commit 2a53df6947)
2024-09-12 09:10:28 +10:00
..
asm Copyright year updates 2024-09-05 09:35:49 +02:00
build.info Provide additional AES-GCM test patterns to enhance test coverage. 2023-10-26 15:55:50 +01:00
cbc128.c Update copyright year 2021-04-08 13:04:41 +01:00
ccm128.c
cfb128.c Update copyright year 2021-04-08 13:04:41 +01:00
ctr128.c Update copyright year 2021-04-08 13:04:41 +01:00
cts128.c
gcm128.c fix small footprint builds on arm 2024-09-12 09:10:28 +10:00
ocb128.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
ofb128.c Update copyright year 2021-04-08 13:04:41 +01:00
siv128.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
wrap128.c
xts128.c
xts128gb.c providers: Add SM4 XTS implementation 2022-11-29 16:17:30 +01:00