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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sddl.h 128 WINADVAPI WINBOOL WINAPI ConvertSidToStringSidA(PSID Sid,LPSTR *StringSid);
129 WINADVAPI WINBOOL WINAPI ConvertSidToStringSidW(PSID Sid,LPWSTR *StringSid);
130 WINADVAPI WINBOOL WINAPI ConvertStringSidToSidA(LPCSTR StringSid,PSID *Sid);
131 WINADVAPI WINBOOL WINAPI ConvertStringSidToSidW(LPCWSTR StringSid,PSID *Sid);
evntcons.h 128 PSID Sid,
ntsecapi.h 165 PSID Sid;
181 PSID Sid;
227 PSID Sid;
235 PSID Sid;
347 PSID Sid;
356 PSID Sid;
413 PSID Sid;
462 PSID Sid;
476 PSID Sid;
    [all...]
sspi.h 801 KSECDDDECLSPEC NTSTATUS WINAPI SecLookupAccountSid(PSID Sid,PULONG NameSize,PUNICODE_STRING NameBuffer,PULONG DomainSize,PUNICODE_STRING DomainBuffer,PSID_NAME_USE NameUse);
802 KSECDDDECLSPEC NTSTATUS WINAPI SecLookupAccountName(PUNICODE_STRING Name,PULONG SidSize,PSID Sid,PSID_NAME_USE NameUse,PULONG DomainSize,PUNICODE_STRING ReferencedDomain);
803 KSECDDDECLSPEC NTSTATUS WINAPI SecLookupWellKnownSid(WELL_KNOWN_SID_TYPE SidType,PSID Sid,ULONG SidBufferSize,PULONG SidSize);
    [all...]
rpcdce.h 417 void *Sid;
429 void *Sid;
wtypes.h 781 } SID;
784 SID *Sid;
winternl.h 975 NTSTATUS NTAPI RtlConvertSidToUnicodeString(PUNICODE_STRING UnicodeString,PSID Sid,BOOLEAN AllocateDestinationString);
    [all...]
winbase.h     [all...]
winioctl.h     [all...]
winnt.h     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudtrail/
test_cloudtrail.py 10 "Sid": "AWSCloudTrailAclCheck20131101",
22 "Sid": "AWSCloudTrailWrite20131101",
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_encryption.py 36 "Sid":"DenyUnEncryptedObjectUploads",
  /external/lzma/CPP/Windows/
SecurityUtils.cpp 11 bool MyLookupAccountSid(LPCTSTR systemName, PSID sid,
16 if (!::LookupAccountSid(systemName, sid,
23 bool result = BOOLToBool(::LookupAccountSid(systemName, sid,
56 PSID Sid,
163 MyLookupSids(policy, enums[i].Sid);
  /external/webrtc/webrtc/base/
win32filesystem.cc 114 if (!IsValidSid(token_user->User.Sid)) {
115 LOG_ERR(LS_ERROR) << "Current process has invalid user SID";
121 GetLengthSid(token_user->User.Sid);
136 token_user->User.Sid)) {
win32.cc 447 DWORD count = *GetSidSubAuthorityCount(til->Label.Sid);
448 *level = *GetSidSubAuthority(til->Label.Sid, count - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 80 } SID, *PISID;
101 PSID Sid;
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 59 extern BOOL WINAPI ConvertStringSidToSidA (LPCSTR StringSid, PSID *Sid);
60 extern BOOL WINAPI ConvertSidToStringSidA (PSID Sid, LPSTR *StringSid);
708 dbus_set_error_const (error, DBUS_ERROR_FAILED, "Invalid SID");
743 /** Gets our SID
744 * @param points to sid buffer, need to be freed with LocalFree()
745 * @returns process sid
748 _dbus_getsid(char **sid)
769 psid = token_user->User.Sid;
772 _dbus_verbose("%s invalid sid\n",__FUNCTION__);
775 if (!ConvertSidToStringSidA (psid, sid))
1793 char *sid = NULL; local
1831 char *sid = NULL; local
    [all...]
dbus-sysdeps-wince-glue.c 493 /** Gets our SID
494 * @param points to sid buffer, need to be freed with LocalFree()
495 * @returns process sid
498 _dbus_getsid(char **sid)
510 *sid = buf;
516 LookupAccountNameW (LPCWSTR lpSystemName, LPCWSTR lpAccountName, PSID Sid, PDWORD cbSid,
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 397 milliseconds