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

  /external/wpa_supplicant/
tls_openssl.c 474 WCHAR *wstore; local
485 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
486 if (wstore == NULL)
488 wsprintf(wstore, L"%S", store);
489 cs = CertOpenSystemStore(0, wstore);
490 os_free(wstore);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 427 WCHAR *wstore; local
435 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
436 if (wstore == NULL)
438 wsprintf(wstore, L"%S", store);
439 cs = CertOpenSystemStore(0, wstore);
440 os_free(wstore);
    [all...]

Completed in 187 milliseconds