Home
last modified time | relevance | path

Searched refs:req_flags (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcurl_gssapi.c47 OM_uint32 req_flags = GSS_C_REPLAY_FLAG; in Curl_gss_init_sec_context() local
50 req_flags |= GSS_C_MUTUAL_FLAG; in Curl_gss_init_sec_context()
54 req_flags |= GSS_C_DELEG_POLICY_FLAG; in Curl_gss_init_sec_context()
62 req_flags |= GSS_C_DELEG_FLAG; in Curl_gss_init_sec_context()
69 req_flags, in Curl_gss_init_sec_context()
Dsetup-os400.h168 gss_flags_t req_flags,
/external/curl/lib/vtls/
Dschannel.c156 unsigned long req_flags, ret_flags; member
456 BACKEND->req_flags = ISC_REQ_SEQUENCE_DETECT | ISC_REQ_REPLAY_DETECT | in schannel_connect_step1()
481 &BACKEND->cred->cred_handle, NULL, host_name, BACKEND->req_flags, 0, 0, in schannel_connect_step1()
656 host_name, BACKEND->req_flags, 0, 0, &inbuf_desc, 0, NULL, in schannel_connect_step2()
676 !(BACKEND->req_flags & ISC_REQ_USE_SUPPLIED_CREDS)) { in schannel_connect_step2()
677 BACKEND->req_flags |= ISC_REQ_USE_SUPPLIED_CREDS; in schannel_connect_step2()
799 if(BACKEND->ret_flags != BACKEND->req_flags) { in schannel_connect_step3()
1576 BACKEND->req_flags, in Curl_schannel_shutdown()
/external/curl/tests/libtest/
Dstub_gssapi.c69 OM_uint32 req_flags, in gss_init_sec_context() argument
188 ctx->flags = req_flags; in gss_init_sec_context()
/external/curl/packages/OS400/
Dos400sys.c838 gss_flags_t req_flags, OM_uint32 time_req, in Curl_gss_init_sec_context_a() argument
871 target_name, mech_type, req_flags, time_req, in Curl_gss_init_sec_context_a()