Searched refs:SubAuthority (Results 1 – 2 of 2) sorted by relevance
1226 __le32 SubAuthority[]; member1228 static_assert(offsetof(struct SID, SubAuthority) == 8);
1735 return struct_size(sid, SubAuthority, sid->SubAuthorityCount); in sid_length()1807 if (sd_owner + offsetof(struct SID, SubAuthority) > len) in is_sd_valid()1821 if (sd_group + offsetof(struct SID, SubAuthority) > len) in is_sd_valid()