]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/default/ciphers/build.info
Add aes_ocb cipher to providers
[thirdparty/openssl.git] / providers / default / ciphers / build.info
CommitLineData
4a42e264
SL
1LIBS=../../../libcrypto
2
3IF[{- !$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
8ENDIF
9
10IF[{- !$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
15ENDIF
16
17IF[{- !$disabled{camellia} -}]
18 SOURCE[../../../libcrypto]=\
19 cipher_camellia.c cipher_camellia_hw.c
20ENDIF
21
55c7dc79
SL
22IF[{- !$disabled{bf} -}]
23 SOURCE[../../../libcrypto]=\
24 cipher_blowfish.c cipher_blowfish_hw.c
25ENDIF
26
f22431f2
SL
27IF[{- !$disabled{idea} -}]
28 SOURCE[../../../libcrypto]=\
29 cipher_idea.c cipher_idea_hw.c
30ENDIF
31
18b00427
SL
32IF[{- !$disabled{cast} -}]
33 SOURCE[../../../libcrypto]=\
34 cipher_cast5.c cipher_cast5_hw.c
35ENDIF
36
70adc646
SL
37IF[{- !$disabled{seed} -}]
38 SOURCE[../../../libcrypto]=\
39 cipher_seed.c cipher_seed_hw.c
40ENDIF
41
105dde25
SL
42IF[{- !$disabled{sm4} -}]
43 SOURCE[../../../libcrypto]=\
44 cipher_sm4.c cipher_sm4_hw.c
45ENDIF
46
3837c202
SL
47IF[{- !$disabled{ocb} -}]
48 SOURCE[../../../libcrypto]=\
49 cipher_aes_ocb.c cipher_aes_ocb_hw.c
50ENDIF
51
4a42e264 52INCLUDE[../../../libcrypto]=. ../../../crypto