Home
last modified time | relevance | path

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

/external/wpa_supplicant/
DMakefile879 TEST_MD4_OBJS = md4.o tests/test_md4.o #crypto.o macro
880 test-md4: $(TEST_MD4_OBJS)
881 $(LDO) $(LDFLAGS) -o $@ $(TEST_MD4_OBJS) $(LIBS)
/external/wpa_supplicant_6/wpa_supplicant/
DMakefile1228 TEST_MD4_OBJS = ../src/crypto/md4.o tests/test_md4.o #../src/crypto/crypto_openssl.o macro
1229 test-md4: $(TEST_MD4_OBJS)
1230 $(LDO) $(LDFLAGS) -o $@ $(TEST_MD4_OBJS) $(LIBS)