Home
last modified time | relevance | path

Searched refs:KAUTH_GUID_SIZE (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/sys/_types/
H A D_guid_t.h32 #define KAUTH_GUID_SIZE 16 /* 128-bit identifier */ macro
33 unsigned char g_guid[KAUTH_GUID_SIZE];
34 unsigned int g_guid_asint[KAUTH_GUID_SIZE / sizeof(unsigned int)];