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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Dtls_openssl.c411 WCHAR *wstore; local
419 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
420 if (wstore == NULL)
422 wsprintf(wstore, L"%S", store);
423 cs = CertOpenSystemStore(0, wstore);
424 os_free(wstore);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Dtls_openssl.c411 WCHAR *wstore; local
419 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
420 if (wstore == NULL)
422 wsprintf(wstore, L"%S", store);
423 cs = CertOpenSystemStore(0, wstore);
424 os_free(wstore);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Dtls_openssl.c411 WCHAR *wstore; local
419 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
420 if (wstore == NULL)
422 wsprintf(wstore, L"%S", store);
423 cs = CertOpenSystemStore(0, wstore);
424 os_free(wstore);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Dtls_openssl.c427 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Dtls_openssl.c427 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dtls_openssl.c427 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);

Completed in 201 milliseconds