OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cred_handle
(Results
1 - 5
of
5
) sorted by null
/external/curl/lib/
socks_sspi.c
79
CredHandle
cred_handle
;
local
136
cred_handle
.dwLower = 0;
137
cred_handle
.dwUpper = 0;
146
&
cred_handle
,
152
s_pSecFn->FreeCredentialsHandle(&
cred_handle
);
165
status = s_pSecFn->InitializeSecurityContext(&
cred_handle
,
191
s_pSecFn->FreeCredentialsHandle(&
cred_handle
);
213
s_pSecFn->FreeCredentialsHandle(&
cred_handle
);
227
s_pSecFn->FreeCredentialsHandle(&
cred_handle
);
263
s_pSecFn->FreeCredentialsHandle(&
cred_handle
);
[
all
...]
setup-os400.h
164
gss_cred_id_t
cred_handle
,
/external/curl/lib/vtls/
schannel.h
74
CredHandle
cred_handle
;
member in struct:curl_schannel_cred
schannel.c
683
&BACKEND->cred->
cred_handle
,
799
&BACKEND->cred->
cred_handle
, NULL, host_name, BACKEND->req_flags, 0, 0,
995
&BACKEND->cred->
cred_handle
, &BACKEND->ctxt->ctxt_handle,
[
all
...]
/external/curl/packages/OS400/
os400sys.c
857
gss_cred_id_t
cred_handle
,
895
rc = gss_init_sec_context(minor_status,
cred_handle
, context_handle,
Completed in 110 milliseconds