HomeSort by relevance Sort by last modified time
    Searched refs:TEST_MD4_OBJS (Results 1 - 2 of 2) sorted by null

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

Completed in 11 milliseconds