OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wstore
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
tls_openssl.c
474
WCHAR *
wstore
;
local
485
wstore
= os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
486
if (
wstore
== NULL)
488
wsprintf(
wstore
, L"%S", store);
489
cs = CertOpenSystemStore(0,
wstore
);
490
os_free(
wstore
);
[
all
...]
/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
434
WCHAR *
wstore
;
local
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
);
[
all
...]
Completed in 462 milliseconds