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

  /external/curl/lib/
curl_sspi.h 181 #ifndef SEC_E_DECRYPT_FAILURE
182 # define SEC_E_DECRYPT_FAILURE ((HRESULT)0x80090330L)
strerror.c 823 case SEC_E_DECRYPT_FAILURE:
824 txt = "SEC_E_DECRYPT_FAILURE";

Completed in 45 milliseconds