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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dsecurity.c832 CFStringRef kextSigningCategory = NULL; // do not release local
895 kextSigningCategory = CFSTR(kUnsignedKext);
912 kextSigningCategory = CFSTR(kAppleKextWithAppleRoot);
923 kextSigningCategory = CFSTR(kUnsignedKext);
942 kextSigningCategory = CFSTR(k3rdPartyKextWithDevIdPlus);
951 kextSigningCategory = CFSTR(k3rdPartyKextWithRevokedDevIdPlus);
963 kextSigningCategory = CFSTR(k3rdPartyKextWithAppleRoot);
984 kextSigningCategory = CFSTR(k3rdPartyKextWithoutAppleRoot);
1032 if (kextSigningCategory) {
1035 kextSigningCategory);
[all...]

Completed in 164 milliseconds