Searched refs:KAUTH_NTSID_SIZE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dkauth.h69 #define KAUTH_NTSID_SIZE(_s) (KAUTH_NTSID_HDRSIZE + ((_s)->sid_authcount * sizeof(u_int32_t))) macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c1846 if ((KAUTH_NTSID_SIZE(sid1) == KAUTH_NTSID_SIZE(sid2)) &&
1847 (KAUTH_NTSID_SIZE(sid1) <= sizeof(*sid1)) &&
1848 bcmp(sid1, sid2, KAUTH_NTSID_SIZE(sid1)) == 0)

Completed in 31 milliseconds