Searched defs:SID (Results 1 – 9 of 9) sorted by relevance
/prebuilts/go/linux-x86/src/syscall/ |
D | security_windows.go | 102 type SID struct{} struct 159 func (sid *SID) String() (string, error) { 170 func (sid *SID) Len() int { 175 func (sid *SID) Copy() (*SID, error) { 188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
|
D | zsyscall_windows.go | 200 func ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) { 208 func ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) { 216 func CopySid(destSidLen uint32, destSid *SID, srcSid *SID) (err error) { 260 func GetLengthSid(sid *SID) (len uint32) { 274 func LookupAccountName(systemName *uint16, accountName *uint16, sid *SID, sidLen *uint32, refdDomai… 282 func LookupAccountSid(systemName *uint16, sid *SID, name *uint16, nameLen *uint32, refdDomainName *…
|
/prebuilts/go/linux-x86/src/os/user/ |
D | lookup_windows.go | 88 func lookupUsernameAndDomain(usid *syscall.SID) (username, domain string, e error) { 292 func newUserFromSid(usid *syscall.SID) (*User, error) {
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | security_windows.go | 176 type SID struct{} struct 232 func (sid *SID) String() string { 243 func (sid *SID) Len() int { 248 func (sid *SID) Copy() (*SID, error) { 259 func (sid *SID) IdentifierAuthority() SidIdentifierAuthority { 264 func (sid *SID) SubAuthorityCount() uint8 { 270 func (sid *SID) SubAuthority(idx uint32) uint32 { 278 func (sid *SID) IsValid() bool { 283 func (sid *SID) Equals(sid2 *SID) bool { 288 func (sid *SID) IsWellKnown(sidType WELL_KNOWN_SID_TYPE) bool { [all …]
|
D | zsyscall_windows.go | 580 …int32, subAuth4 uint32, subAuth5 uint32, subAuth6 uint32, subAuth7 uint32, sid **SID) (err error) { 612 func checkTokenMembership(tokenHandle Token, sidToCheck *SID, isMember *int32) (err error) { 644 func ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) { 669 func ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) { 677 func CopySid(destSidLen uint32, destSid *SID, srcSid *SID) (err error) { 706 func createWellKnownSid(sidType WELL_KNOWN_SID_TYPE, domainSid *SID, sid *SID, sizeSid *uint32) (er… 778 func EqualSid(sid1 *SID, sid2 *SID) (isEqual bool) { 784 func FreeSid(sid *SID) (err error) { 792 func GetLengthSid(sid *SID) (len uint32) { 798 …tType SE_OBJECT_TYPE, securityInformation SECURITY_INFORMATION, owner **SID, group **SID, dacl **A… [all …]
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | wtypesbase.h | 405 } SID; typedef
|
D | winnt.h | 2933 } SID,*PISID; typedef
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | syscall_linux.go | 775 SID uint16 member
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | ntifs.h | 80 } SID, *PISID; typedef
|