Searched refs:_group_compat_prefix (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_credential.c | 2047 …static const uuid_t _group_compat_prefix = {0xab, 0xcd, 0xef, 0xab, 0xcd, 0xef, 0xab, 0xcd, 0xef, … in kauth_cred_cache_lookup() local 2069 memcpy(uu, _group_compat_prefix, sizeof(_group_compat_prefix)); in kauth_cred_cache_lookup() 2086 if (memcmp(uu, _group_compat_prefix, COMPAT_PREFIX_LEN) == 0) { in kauth_cred_cache_lookup()
|