HomeSort by relevance Sort by last modified time
    Searched full:netapi (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/rand/
rand_win.c 242 HMODULE netapi = LoadLibrary(TEXT("NETAPI32.DLL")); local
250 if (netapi)
252 netstatget = (NETSTATGET) GetProcAddress(netapi,"NetStatisticsGet");
253 netfree = (NETFREE) GetProcAddress(netapi,"NetApiBufferFree");
277 if (netapi)
278 FreeLibrary(netapi);

Completed in 587 milliseconds