OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wstore
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c
427
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
);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
431
WCHAR *
wstore
;
local
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
);
[
all
...]
Completed in 43 milliseconds