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