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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c662 WCHAR *wstore; local
670 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
671 if (wstore == NULL)
673 wsprintf(wstore, L"%S", store);
674 cs = CertOpenSystemStore(0, wstore);
675 os_free(wstore);

Completed in 64 milliseconds