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
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 \
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 \
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]=\
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} -}]