Searched refs:amfi (Results 1 – 14 of 14) sorted by relevance
5 SECURITY_READ_ONLY_LATE(const amfi_t *) amfi = NULL;10 if (amfi) { in amfi_interface_register()13 amfi = mfi; in amfi_interface_register()
86 if (amfi == NULL) { in trust_cache_runtime_init()88 } else if (amfi->TrustCache.version < 2) { in trust_cache_runtime_init()89 panic("amfi interface is stale: %u", amfi->TrustCache.version); in trust_cache_runtime_init()257 if (amfi == NULL) { in trust_cache_runtime_init()259 } else if (amfi->TrustCache.version < 2) { in trust_cache_runtime_init()260 panic("amfi interface is stale: %u", amfi->TrustCache.version); in trust_cache_runtime_init()309 TCReturn_t tc_ret = amfi->TrustCache.load( in xnu_load_trust_cache()361 TCReturn_t tc_ret = amfi->TrustCache.loadModule( in xnu_load_legacy_trust_cache()411 TCReturn_t tc_ret = amfi->TrustCache.query( in xnu_query_trust_cache()439 if (amfi->TrustCache.version < 3) { in xnu_check_trust_cache_runtime_for_uuid()[all …]
514 amfi->OSEntitlements_invalidate(csblob->csb_entitlements); in csblob_invalidate_flags()739 if (!amfi) { in csblob_entitlements_dictionary_copy()742 return amfi->OSEntitlements_asdict(csblob->csb_entitlements); in csblob_entitlements_dictionary_copy()
3328 if (amfi->OSEntitlements_get_xml(osent, &xmlblob)) { in csops_internal()3360 if (amfi && csblob_os_entitlements_get(blob)) { in csops_internal()3364 if (amfi->OSEntitlements_get_transmuted(osent, &transmuted)) { in csops_internal()
3878 amfi->OSEntitlements_invalidate(blob->csb_entitlements); in cs_blob_cleanup()4316 ret = amfi->OSEntitlements.adjustContextWithMonitor( in accelerate_entitlement_queries()4339 ret = amfi->OSEntitlements.adjustContextWithoutMonitor( in accelerate_entitlement_queries()
12 PRIVATE_KERNELFILES = amfi.h20 INSTALL_MI_DIR = libkern/amfi21 EXPORT_MI_DIR = libkern/amfi
264 extern const amfi_t *amfi;
78 io_service_t amfi = IO_OBJECT_NULL; in main() local82 …amfi = IOServiceGetMatchingService(kIOMasterPortDefault, IOServiceMatching("AppleMobileFileIntegri… in main()83 if (amfi == IO_OBJECT_NULL) { in main()87 ioret = IOServiceOpen(amfi, mach_task_self(), 0, &connect); in main()
16 amfi \
111 libkern/amfi/amfi.c standard
1495 kern_return_t ret = amfi->OSEntitlements.queryEntitlementStringWithProc( in IOTaskHasStringEntitlement()1526 kern_return_t ret = amfi->OSEntitlements.queryEntitlementBooleanWithProc( in IOTaskHasEntitlement()1559 kern_return_t ret = amfi->OSEntitlements.copyEntitlementAsOSObjectWithProc( in IOTaskGetEntitlement()
12390 if (amfi->TrustCache.version < 3) {12399 TCReturn_t tc_ret = amfi->TrustCache.checkRuntimeForUUID(12510 TCReturn_t tc_ret = amfi->TrustCache.load(12594 TCReturn_t tc_ret = amfi->TrustCache.query(12755 CEError_t ce_err = amfi->CoreEntitlements.ContextQuery(12759 if (ce_err == amfi->CoreEntitlements.kNoError) {12771 const der_vm_context_t upp_ctx = amfi->CoreEntitlements.der_vm_execute(12774 if (amfi->CoreEntitlements.der_vm_context_is_valid(upp_ctx) == true) {12775 if (amfi->CoreEntitlements.der_vm_bool_from_context(upp_ctx) == true) {12795 const der_vm_context_t entitlements_der_ctx = amfi->CoreEntitlements.der_vm_execute([all …]
2454 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()
1507 kern_return_t ret = amfi->OSEntitlements.copyEntitlementAsOSObjectWithProc( in copyClientEntitlement()