aes: rename files in anticipation of gerenated param decoding

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28616)
This commit is contained in:
Pauli 2025-09-19 11:30:29 +10:00 committed by Tomas Mraz
parent f4b535f1a0
commit 9b545c7361
7 changed files with 22 additions and 1 deletions

4
.gitignore vendored
View File

@ -142,6 +142,10 @@ providers/implementations/storemgmt/file_store.c
providers/implementations/storemgmt/winstore_store.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c
providers/implementations/ciphers/cipher_aes_gcm_siv.c
providers/implementations/ciphers/cipher_aes_ocb.c
providers/implementations/ciphers/cipher_aes_siv.c
providers/implementations/ciphers/cipher_aes_wrp.c
providers/implementations/ciphers/cipher_aes_xts.c
providers/implementations/ciphers/ciphercommon.c
providers/implementations/ciphers/ciphercommon_ccm.c

View File

@ -101,6 +101,10 @@ DEPEND[]=include/openssl/asn1.h \
providers/implementations/storemgmt/winstore_store.c \
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c \
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c \
providers/implementations/ciphers/cipher_aes_gcm_siv.c \
providers/implementations/ciphers/cipher_aes_ocb.c \
providers/implementations/ciphers/cipher_aes_siv.c \
providers/implementations/ciphers/cipher_aes_wrp.c \
providers/implementations/ciphers/cipher_aes_xts.c \
providers/implementations/ciphers/ciphercommon.c \
providers/implementations/ciphers/ciphercommon_ccm.c \
@ -215,6 +219,10 @@ DEPEND[providers/implementations/asymciphers/rsa_enc.c \
providers/implementations/storemgmt/winstore_store.c \
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c \
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c \
providers/implementations/ciphers/cipher_aes_gcm_siv.c \
providers/implementations/ciphers/cipher_aes_ocb.c \
providers/implementations/ciphers/cipher_aes_siv.c \
providers/implementations/ciphers/cipher_aes_wrp.c \
providers/implementations/ciphers/cipher_aes_xts.c \
providers/implementations/ciphers/ciphercommon.c \
providers/implementations/ciphers/ciphercommon_ccm.c \
@ -349,6 +357,14 @@ GENERATE[providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c]=\
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c.in
GENERATE[providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c]=\
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c.in
GENERATE[providers/implementations/ciphers/cipher_aes_gcm_siv.c]=\
providers/implementations/ciphers/cipher_aes_gcm_siv.c.in
GENERATE[providers/implementations/ciphers/cipher_aes_ocb.c]=\
providers/implementations/ciphers/cipher_aes_ocb.c.in
GENERATE[providers/implementations/ciphers/cipher_aes_siv.c]=\
providers/implementations/ciphers/cipher_aes_siv.c.in
GENERATE[providers/implementations/ciphers/cipher_aes_wrp.c]=\
providers/implementations/ciphers/cipher_aes_wrp.c.in
GENERATE[providers/implementations/ciphers/cipher_aes_xts.c]=\
providers/implementations/ciphers/cipher_aes_xts.c.in
GENERATE[providers/implementations/ciphers/ciphercommon.c]=\

View File

@ -91,7 +91,8 @@ SOURCE[$COMMON_GOAL]=\
ciphercommon_ccm.c ciphercommon_ccm_hw.c
INCLUDE[cipher_aes_cbc_hmac_sha.o cipher_aes_cbc_hmac_sha_etm.o \
cipher_aes_xts.o ciphercommon.o cipher_chacha20.o \
cipher_aes_gcm_siv.o cipher_aes_ocb.o cipher_aes_siv.o \
cipher_aes_wrp.o cipher_aes_xts.o ciphercommon.o cipher_chacha20.o \
cipher_chacha20_poly1305.o cipher_rc4_hmac_md5.o cipher_sm4_xts.o]=.
IF[{- !$disabled{des} -}]