]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
aes: rename files in anticipation of gerenated param decoding
authorPauli <paul.dale@oracle.com>
Fri, 19 Sep 2025 01:30:29 +0000 (11:30 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Oct 2025 15:45:46 +0000 (17:45 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28616)

.gitignore
build.info
providers/implementations/ciphers/build.info
providers/implementations/ciphers/cipher_aes_gcm_siv.c.in [moved from providers/implementations/ciphers/cipher_aes_gcm_siv.c with 100% similarity]
providers/implementations/ciphers/cipher_aes_ocb.c.in [moved from providers/implementations/ciphers/cipher_aes_ocb.c with 100% similarity]
providers/implementations/ciphers/cipher_aes_siv.c.in [moved from providers/implementations/ciphers/cipher_aes_siv.c with 100% similarity]
providers/implementations/ciphers/cipher_aes_wrp.c.in [moved from providers/implementations/ciphers/cipher_aes_wrp.c with 100% similarity]

index 77518d20479a22d62cffe62d5f1184526a2f6b4d..88cd92f9d0de8f21b05337d9cf769e5705f17850 100644 (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
index 13d2a118ccc5af5213b74d24ba9d54feb208825d..d63a1d9e02889c7acee763719837575da4162f72 100644 (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]=\
index 178f07707aa2f7a5d44258d023bd09c3ce259efe..dc43b8980c1b02b8be408fbad4f785ccfe01b930 100644 (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} -}]