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

  /external/webrtc/webrtc/base/
win32securityerrors.cc 28 KLABEL(SEC_E_INCOMPLETE_MESSAGE),
  /external/curl/lib/
curl_sspi.h 151 #ifndef SEC_E_INCOMPLETE_MESSAGE
152 # define SEC_E_INCOMPLETE_MESSAGE ((HRESULT)0x80090318L)
strerror.c 844 case SEC_E_INCOMPLETE_MESSAGE:
845 txt = "SEC_E_INCOMPLETE_MESSAGE";
  /external/libcups/cups/
tls-sspi.c 790 if (scRet == SEC_E_INCOMPLETE_MESSAGE)
809 while (scRet == SEC_E_INCOMPLETE_MESSAGE);
    [all...]
  /external/curl/lib/vtls/
schannel.c 1005 if(sspi_status == SEC_E_INCOMPLETE_MESSAGE) {
    [all...]

Completed in 68 milliseconds