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

/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c429 WCHAR *wstore; local
437 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
438 if (wstore == NULL)
440 wsprintf(wstore, L"%S", store);
441 cs = CertOpenSystemStore(0, wstore);
442 os_free(wstore);

Completed in 58 milliseconds