11cb0ef41Sopenharmony_ci# We make separate GOAL variables for each algorithm, to make it easy to
21cb0ef41Sopenharmony_ci# switch each to the Legacy provider when needed.
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci$DSA_GOAL=../../libdefault.a ../../libfips.a
51cb0ef41Sopenharmony_ci$EC_GOAL=../../libdefault.a ../../libfips.a
61cb0ef41Sopenharmony_ci$MAC_GOAL=../../libdefault.a ../../libfips.a
71cb0ef41Sopenharmony_ci$RSA_GOAL=../../libdefault.a ../../libfips.a
81cb0ef41Sopenharmony_ci$SM2_GOAL=../../libdefault.a
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ciIF[{- !$disabled{dsa} -}]
111cb0ef41Sopenharmony_ci  SOURCE[$DSA_GOAL]=dsa_sig.c
121cb0ef41Sopenharmony_ciENDIF
131cb0ef41Sopenharmony_ci
141cb0ef41Sopenharmony_ciIF[{- !$disabled{ec} -}]
151cb0ef41Sopenharmony_ci  SOURCE[$EC_GOAL]=eddsa_sig.c ecdsa_sig.c
161cb0ef41Sopenharmony_ciENDIF
171cb0ef41Sopenharmony_ci
181cb0ef41Sopenharmony_ciIF[{- !$disabled{sm2} -}]
191cb0ef41Sopenharmony_ci  SOURCE[$SM2_GOAL]=sm2_sig.c
201cb0ef41Sopenharmony_ciENDIF
211cb0ef41Sopenharmony_ci
221cb0ef41Sopenharmony_ciSOURCE[$RSA_GOAL]=rsa_sig.c
231cb0ef41Sopenharmony_ci
241cb0ef41Sopenharmony_ciDEPEND[rsa_sig.o]=../../common/include/prov/der_rsa.h
251cb0ef41Sopenharmony_ciDEPEND[dsa_sig.o]=../../common/include/prov/der_dsa.h
261cb0ef41Sopenharmony_ciDEPEND[ecdsa_sig.o]=../../common/include/prov/der_ec.h
271cb0ef41Sopenharmony_ciDEPEND[eddsa_sig.o]=../../common/include/prov/der_ecx.h
281cb0ef41Sopenharmony_ciDEPEND[sm2_sig.o]=../../common/include/prov/der_sm2.h
291cb0ef41Sopenharmony_ci
301cb0ef41Sopenharmony_ciSOURCE[$MAC_GOAL]=mac_legacy_sig.c
31