02e0f7fa51a17506e30bddaae5ab1869831fa1a0
[openssl.git] / providers / default / ciphers / build.info
1 LIBS=../../../libcrypto
2
3 IF[{- !$disabled{des} -}]
4   SOURCE[../../../libcrypto]=\
5       cipher_tdes_default.c cipher_tdes_default_hw.c \
6       cipher_tdes_wrap.c cipher_tdes_wrap_hw.c \
7       cipher_desx.c cipher_desx_hw.c
8 ENDIF
9
10 IF[{- !$disabled{aria} -}]
11   SOURCE[../../../libcrypto]=\
12       cipher_aria.c cipher_aria_hw.c \
13       cipher_aria_gcm.c cipher_aria_gcm_hw.c \
14       cipher_aria_ccm.c cipher_aria_ccm_hw.c
15 ENDIF
16
17 IF[{- !$disabled{camellia} -}]
18   SOURCE[../../../libcrypto]=\
19       cipher_camellia.c cipher_camellia_hw.c
20 ENDIF
21
22 IF[{- !$disabled{bf} -}]
23   SOURCE[../../../libcrypto]=\
24       cipher_blowfish.c cipher_blowfish_hw.c
25 ENDIF
26
27 IF[{- !$disabled{idea} -}]
28   SOURCE[../../../libcrypto]=\
29       cipher_idea.c cipher_idea_hw.c
30 ENDIF
31
32 IF[{- !$disabled{cast} -}]
33   SOURCE[../../../libcrypto]=\
34       cipher_cast5.c cipher_cast5_hw.c
35 ENDIF
36
37 IF[{- !$disabled{seed} -}]
38   SOURCE[../../../libcrypto]=\
39       cipher_seed.c cipher_seed_hw.c
40 ENDIF
41
42 IF[{- !$disabled{sm4} -}]
43   SOURCE[../../../libcrypto]=\
44       cipher_sm4.c cipher_sm4_hw.c
45 ENDIF
46
47 IF[{- !$disabled{ocb} -}]
48   SOURCE[../../../libcrypto]=\
49        cipher_aes_ocb.c cipher_aes_ocb_hw.c
50 ENDIF
51
52 INCLUDE[../../../libcrypto]=. ../../../crypto