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

  /external/chromium_org/net/http/
mock_sspi_library_win.cc 77 SecInvalidateHandle(phCredential);
84 SecInvalidateHandle(phContext);
http_auth_sspi_win.cc 198 SecInvalidateHandle(&cred_);
199 SecInvalidateHandle(&ctxt_);
206 SecInvalidateHandle(&cred_);
225 SecInvalidateHandle(&ctxt_);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 83 #define SecInvalidateHandle(x) ((PSecHandle) x)->dwLower = ((ULONG_PTR) ((INT_PTR)-1)); ((PSecHandle) x)->dwUpper = ((ULONG_PTR) ((INT_PTR)-1));
    [all...]

Completed in 678 milliseconds