HomeSort by relevance Sort by last modified time
    Searched refs:CompleteAuthToken (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
http_negotiate_sspi.c 219 neg_ctx->status = s_pSecFn->CompleteAuthToken(neg_ctx->context,
curl_sasl_sspi.c 243 s_pSecFn->CompleteAuthToken(&credentials, &resp_desc);
501 s_pSecFn->CompleteAuthToken(&credentials, &resp_desc);
665 s_pSecFn->CompleteAuthToken(ntlm->context, &type_1_desc);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 634 SECURITY_STATUS WINAPI CompleteAuthToken(PCtxtHandle phContext,PSecBufferDesc pToken);
831 COMPLETE_AUTH_TOKEN_FN CompleteAuthToken;
    [all...]
ntsecpkg.h     [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 1030 ret = CompleteAuthToken(&neg->ctx, &out_buf_desc);
1031 //LOG(INFO) << "$$$ CompleteAuthToken @ " << TimeSince(now);
1032 LOG(LS_VERBOSE) << "CompleteAuthToken returned: "

Completed in 5135 milliseconds