Searched refs:wstore (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c473 WCHAR *wstore; local
481 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
482 if (wstore == NULL)
484 wsprintf(wstore, L"%S", store);
485 cs = CertOpenSystemStore(0, wstore);
486 os_free(wstore);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c473 WCHAR *wstore; local
481 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
482 if (wstore == NULL)
484 wsprintf(wstore, L"%S", store);
485 cs = CertOpenSystemStore(0, wstore);
486 os_free(wstore);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c473 WCHAR *wstore; local
481 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
482 if (wstore == NULL)
484 wsprintf(wstore, L"%S", store);
485 cs = CertOpenSystemStore(0, wstore);
486 os_free(wstore);

Completed in 90 milliseconds