Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_sspi.h151 #ifndef SEC_E_INCOMPLETE_MESSAGE
152 # define SEC_E_INCOMPLETE_MESSAGE ((HRESULT)0x80090318L) macro
Dstrerror.c906 SEC2TXT(SEC_E_INCOMPLETE_MESSAGE); in Curl_sspi_strerror()
/third_party/ffmpeg/libavformat/
Dtls_schannel.c216 if (sspi_ret == SEC_E_INCOMPLETE_MESSAGE) { in tls_client_handshake_loop()
499 } else if (sspi_ret == SEC_E_INCOMPLETE_MESSAGE) { in tls_read()
/third_party/curl/lib/vtls/
Dschannel.c1157 if(sspi_status == SEC_E_INCOMPLETE_MESSAGE) { in schannel_connect_step2()
2008 else if(sspi_status == SEC_E_INCOMPLETE_MESSAGE) { in schannel_recv()