providers/implementations/ciphers/ciphercommon.c
providers/implementations/ciphers/ciphercommon_ccm.c
providers/implementations/ciphers/ciphercommon_gcm.c
+providers/implementations/ciphers/cipher_chacha20.c
providers/implementations/ciphers/cipher_chacha20_poly1305.c
providers/implementations/ciphers/cipher_null.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.c
providers/implementations/ciphers/ciphercommon.c \
providers/implementations/ciphers/ciphercommon_ccm.c \
providers/implementations/ciphers/ciphercommon_gcm.c \
+ providers/implementations/ciphers/cipher_chacha20.c \
providers/implementations/ciphers/cipher_chacha20_poly1305.c \
providers/implementations/ciphers/cipher_null.c \
providers/implementations/ciphers/cipher_rc4_hmac_md5.c \
providers/implementations/ciphers/ciphercommon.c \
providers/implementations/ciphers/ciphercommon_ccm.c \
providers/implementations/ciphers/ciphercommon_gcm.c \
+ providers/implementations/ciphers/cipher_chacha20.c \
providers/implementations/ciphers/cipher_chacha20_poly1305.c \
providers/implementations/ciphers/cipher_null.c \
providers/implementations/ciphers/cipher_rc4_hmac_md5.c \
providers/implementations/ciphers/ciphercommon_ccm.c.in
GENERATE[providers/implementations/ciphers/ciphercommon_gcm.c]=\
providers/implementations/ciphers/ciphercommon_gcm.c.in
+GENERATE[providers/implementations/ciphers/cipher_chacha20.c]=\
+ providers/implementations/ciphers/cipher_chacha20.c.in
GENERATE[providers/implementations/ciphers/cipher_chacha20_poly1305.c]=\
providers/implementations/ciphers/cipher_chacha20_poly1305.c.in
GENERATE[providers/implementations/ciphers/cipher_null.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_poly1305.o \
- cipher_rc4_hmac_md5.o cipher_sm4_xts.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} -}]
SOURCE[$TDES_1_GOAL]=cipher_tdes.c cipher_tdes_common.c cipher_tdes_hw.c