Home
last modified time | relevance | path

Searched refs:DEP (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/programs/
DMakefile13 DEP=${MBEDLIBS} ${MBEDTLS_TEST_OBJS} macro
149 aes/crypt_and_hash$(EXEXT): aes/crypt_and_hash.c $(DEP)
153 cipher/cipher_aead_demo$(EXEXT): cipher/cipher_aead_demo.c $(DEP)
157 hash/generic_sum$(EXEXT): hash/generic_sum.c $(DEP)
161 hash/hello$(EXEXT): hash/hello.c $(DEP)
165 hash/md_hmac_demo$(EXEXT): hash/md_hmac_demo.c $(DEP)
169 pkey/dh_client$(EXEXT): pkey/dh_client.c $(DEP)
173 pkey/dh_genprime$(EXEXT): pkey/dh_genprime.c $(DEP)
177 pkey/dh_server$(EXEXT): pkey/dh_server.c $(DEP)
181 pkey/ecdh_curve25519$(EXEXT): pkey/ecdh_curve25519.c $(DEP)
[all …]
/mbedtls-latest/programs/fuzz/
DMakefile6 DEP=${MBEDLIBS} macro
31 $(BINARIES): %$(EXEXT): %.o common.o $(DEP)
35 $(BINARIES): %$(EXEXT): %.o common.o onefile.o $(DEP)