Home | History | Annotate | Download | only in crypto

Lines Matching refs:wstore

434 	WCHAR *wstore;
442 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
443 if (wstore == NULL)
445 wsprintf(wstore, L"%S", store);
446 cs = CertOpenSystemStore(0, wstore);
447 os_free(wstore);