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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c582 WCHAR *wstore; local
590 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
591 if (wstore == NULL)
593 wsprintf(wstore, L"%S", store);
594 cs = CertOpenSystemStore(0, wstore);
595 os_free(wstore);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c582 WCHAR *wstore; local
590 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
591 if (wstore == NULL)
593 wsprintf(wstore, L"%S", store);
594 cs = CertOpenSystemStore(0, wstore);
595 os_free(wstore);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c582 WCHAR *wstore; local
590 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
591 if (wstore == NULL)
593 wsprintf(wstore, L"%S", store);
594 cs = CertOpenSystemStore(0, wstore);
595 os_free(wstore);

Completed in 253 milliseconds