Home | History | Annotate | Download | only in crypto

Lines Matching defs:wstore

431 	WCHAR *wstore;
439 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
440 if (wstore == NULL)
442 wsprintf(wstore, L"%S", store);
443 cs = CertOpenSystemStore(0, wstore);
444 os_free(wstore);