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

  /external/wpa_supplicant/
Makefile 846 TEST_MS_FUNCS_OBJS = crypto.o sha1.o md5.o \
848 test-ms_funcs: $(TEST_MS_FUNCS_OBJS)
849 $(LDO) $(LDFLAGS) -o $@ $(TEST_MS_FUNCS_OBJS) $(LIBS) -lcrypto
  /external/wpa_supplicant_6/wpa_supplicant/
Makefile 1194 TEST_MS_FUNCS_OBJS = ../src/crypto/crypto_openssl.o ../src/crypto/sha1.o ../src/crypto/md5.o \
1196 test-ms_funcs: $(TEST_MS_FUNCS_OBJS)
1197 $(LDO) $(LDFLAGS) -o $@ $(TEST_MS_FUNCS_OBJS) $(LIBS) -lcrypto

Completed in 44 milliseconds