Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dkern_trustcache.c1231 TCType_t tc_type = kTCTypeEngineering; in load_static_trust_cache() local
1248 tc_type = kTCTypeStatic; in load_static_trust_cache()
1254 tc_type = kTCTypeStatic; in load_static_trust_cache()
1259 if (tc_type == kTCTypeEngineering) { in load_static_trust_cache()
1272 tc_type, in load_static_trust_cache()
1280 if (tc_type == kTCTypeStatic) { in load_static_trust_cache()
1295 if (tc_type == kTCTypeStatic) { in load_static_trust_cache()
/xnu-11417.121.6/bsd/vm/
H A Dvm_unix.c1310 TCType_t tc_type = kTCTypeInvalid; in shared_region_map_and_slide_setup() local
1311 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()
1313 (tc_type == kTCTypeCryptex1BootOS || in shared_region_map_and_slide_setup()
1314 tc_type == kTCTypeStatic || in shared_region_map_and_slide_setup()
1315 tc_type == kTCTypeEngineering)); in shared_region_map_and_slide_setup()