Searched refs:SEC_E_WRONG_PRINCIPAL (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_sspi.h122 #ifndef SEC_E_WRONG_PRINCIPAL
123 # define SEC_E_WRONG_PRINCIPAL ((HRESULT)0x80090322L) macro
H A Dstrerror.c1029 case SEC_E_WRONG_PRINCIPAL:
1030 txt = "SEC_E_WRONG_PRINCIPAL";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_schannel.c209 if(sspi_status == SEC_E_WRONG_PRINCIPAL)
260 if(sspi_status == SEC_E_WRONG_PRINCIPAL)
434 if(sspi_status == SEC_E_WRONG_PRINCIPAL)

Completed in 79 milliseconds