Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sspi.h160 #ifndef SEC_E_WRONG_PRINCIPAL
161 # define SEC_E_WRONG_PRINCIPAL ((HRESULT)0x80090322L) macro
Dstrerror.c1034 case SEC_E_WRONG_PRINCIPAL: in Curl_sspi_strerror()
/external/webrtc/webrtc/base/
Dwin32securityerrors.cc43 KLABEL(SEC_E_WRONG_PRINCIPAL),
/external/curl/lib/vtls/
Dschannel.c193 if(sspi_status == SEC_E_WRONG_PRINCIPAL) in schannel_connect_step1()
245 if(sspi_status == SEC_E_WRONG_PRINCIPAL) in schannel_connect_step1()
459 if(sspi_status == SEC_E_WRONG_PRINCIPAL) in schannel_connect_step2()