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

  /external/chromium_org/net/http/
mock_sspi_library_win.cc 31 return SEC_E_OK;
57 return SEC_E_OK;
68 if (package_query.response_code == SEC_E_OK)
78 return SEC_E_OK;
85 return SEC_E_OK;
94 return SEC_E_OK;
http_auth_sspi_win.cc 26 case SEC_E_OK:
110 case SEC_E_OK:
154 case SEC_E_OK:
171 case SEC_E_OK:
176 // only mentions that a non-zero (or non-SEC_E_OK) value is returned
http_auth_sspi_win_unittest.cc 41 mock_library.ExpectQuerySecurityPackageInfo(L"NTLM", SEC_E_OK, &package_info);
http_auth_handler_negotiate_unittest.cc 51 L"Negotiate", SEC_E_OK, security_package_.get());
  /external/chromium_org/third_party/webrtc/base/
win32securityerrors.cc 37 KLABEL(SEC_E_OK),
sec_buffer.h 33 ASSERT(SEC_E_OK == status); // "Freeing context buffer"
schanneladapter.cc 138 if (ret != SEC_E_OK) {
217 if (status != SEC_E_OK && status != SEC_I_CONTINUE_NEEDED &&
279 if (SEC_E_OK == status) {
329 // Note: We are explicitly treating SEC_E_OK, SEC_I_CONTEXT_EXPIRED, and
355 if (status != SEC_E_OK) {
httpcommon.cc 997 if (ret != SEC_E_OK) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
issper16.h 49 #define SEC_E_OK ((SECURITY_STATUS)0x0000)
winerror.h 44 #define SEC_E_OK ((HRESULT)0x00000000)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 293 if (status != SEC_E_OK) {
381 if (status == SEC_E_OK || status == SEC_I_CONTINUE_NEEDED ||
402 case SEC_E_OK:
404 wpa_printf(MSG_DEBUG, "Schannel: SEC_E_OK - Handshake "
482 if (status != SEC_E_OK) {
535 if (status == SEC_E_OK) {
536 wpa_printf(MSG_DEBUG, "%s: SEC_E_OK", __func__);
598 case SEC_E_OK:
599 wpa_printf(MSG_DEBUG, "%s: SEC_E_OK", __func__);
719 if (status != SEC_E_OK) {
    [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_win.cc 105 case SEC_E_OK:

Completed in 158 milliseconds