Home
last modified time | relevance | path

Searched refs:SEC_I_COMPLETE_NEEDED (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/
Dcurl_sspi.h305 #ifndef SEC_I_COMPLETE_NEEDED
306 # define SEC_I_COMPLETE_NEEDED ((HRESULT)0x00090313L) macro
Dstrerror.c958 SEC2TXT(SEC_I_COMPLETE_NEEDED); in Curl_sspi_strerror()
Dsocks_sspi.c52 status != SEC_I_COMPLETE_NEEDED && in check_sspi_err()
/third_party/curl/lib/vauth/
Ddigest_sspi.c196 if(status == SEC_I_COMPLETE_NEEDED || in Curl_auth_create_digest_md5_message()
586 if(status == SEC_I_COMPLETE_NEEDED || in Curl_auth_create_digest_http_message()
Dspnego_sspi.c268 if(nego->status == SEC_I_COMPLETE_NEEDED || in Curl_auth_decode_spnego_message()
Dntlm_sspi.c173 if(status == SEC_I_COMPLETE_NEEDED || in Curl_auth_create_ntlm_type1_message()