Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sspi.h153 #ifndef SEC_E_INCOMPLETE_MESSAGE
154 # define SEC_E_INCOMPLETE_MESSAGE ((HRESULT)0x80090318L) macro
Dstrerror.c1008 SEC2TXT(SEC_E_INCOMPLETE_MESSAGE); in Curl_sspi_strerror()
/external/libcups/cups/
Dtls-sspi.c783 if (scRet == SEC_E_INCOMPLETE_MESSAGE) in _httpTLSRead()
802 while (scRet == SEC_E_INCOMPLETE_MESSAGE); in _httpTLSRead()
1420 scRet == SEC_E_INCOMPLETE_MESSAGE || in http_sspi_client()
1423 if (sspi->decryptBufferUsed == 0 || scRet == SEC_E_INCOMPLETE_MESSAGE) in http_sspi_client()
1541 if (scRet == SEC_E_INCOMPLETE_MESSAGE) in http_sspi_client()
2125 scRet == SEC_E_INCOMPLETE_MESSAGE || in http_sspi_server()
2128 if (sspi->decryptBufferUsed == 0 || scRet == SEC_E_INCOMPLETE_MESSAGE) in http_sspi_server()
2249 else if (FAILED(scRet) && scRet != SEC_E_INCOMPLETE_MESSAGE) in http_sspi_server()
2256 if (scRet != SEC_E_INCOMPLETE_MESSAGE && in http_sspi_server()
/external/webrtc/rtc_base/
Dhttp_common.cc99 KLABEL(SEC_E_INCOMPLETE_MESSAGE),
/external/cronet/net/http/
Dhttp_auth_sspi_win.cc205 case SEC_E_INCOMPLETE_MESSAGE: in MapInitializeSecurityContextStatusToError()
/external/curl/lib/vtls/
Dschannel.c1480 if(sspi_status == SEC_E_INCOMPLETE_MESSAGE) { in schannel_connect_step2()
2333 else if(sspi_status == SEC_E_INCOMPLETE_MESSAGE) { in schannel_recv()