2019-08-26 17:05:08 +10:00
|
|
|
LIBS=../../../libcrypto
|
|
|
|
|
|
|
|
IF[{- !$disabled{des} -}]
|
|
|
|
SOURCE[../../../libcrypto]=\
|
|
|
|
cipher_tdes_default.c cipher_tdes_default_hw.c \
|
|
|
|
cipher_tdes_wrap.c cipher_tdes_wrap_hw.c \
|
|
|
|
cipher_desx.c cipher_desx_hw.c
|
|
|
|
ENDIF
|
|
|
|
|
|
|
|
IF[{- !$disabled{aria} -}]
|
|
|
|
SOURCE[../../../libcrypto]=\
|
|
|
|
cipher_aria.c cipher_aria_hw.c \
|
|
|
|
cipher_aria_gcm.c cipher_aria_gcm_hw.c \
|
|
|
|
cipher_aria_ccm.c cipher_aria_ccm_hw.c
|
|
|
|
ENDIF
|
|
|
|
|
|
|
|
IF[{- !$disabled{camellia} -}]
|
|
|
|
SOURCE[../../../libcrypto]=\
|
|
|
|
cipher_camellia.c cipher_camellia_hw.c
|
|
|
|
ENDIF
|
|
|
|
|
2019-09-15 20:06:28 +10:00
|
|
|
IF[{- !$disabled{bf} -}]
|
|
|
|
SOURCE[../../../libcrypto]=\
|
|
|
|
cipher_blowfish.c cipher_blowfish_hw.c
|
|
|
|
ENDIF
|
|
|
|
|
2019-09-18 15:57:08 +10:00
|
|
|
IF[{- !$disabled{idea} -}]
|
|
|
|
SOURCE[../../../libcrypto]=\
|
|
|
|
cipher_idea.c cipher_idea_hw.c
|
|
|
|
ENDIF
|
|
|
|
|
2019-09-18 18:55:11 +10:00
|
|
|
IF[{- !$disabled{cast} -}]
|
|
|
|
SOURCE[../../../libcrypto]=\
|
|
|
|
cipher_cast5.c cipher_cast5_hw.c
|
|
|
|
ENDIF
|
|
|
|
|
2019-09-18 22:13:59 +10:00
|
|
|
IF[{- !$disabled{seed} -}]
|
|
|
|
SOURCE[../../../libcrypto]=\
|
|
|
|
cipher_seed.c cipher_seed_hw.c
|
|
|
|
ENDIF
|
|
|
|
|
2019-08-26 17:05:08 +10:00
|
|
|
INCLUDE[../../../libcrypto]=. ../../../crypto
|