Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_trustcache.c105 } else if (amfi->TrustCache.version < 2) { in trust_cache_runtime_init()
313 } else if (amfi->TrustCache.version < 2) { in trust_cache_runtime_init()
484 } else if (amfi->TrustCache.version < 2) { in trust_cache_runtime_init()
534 TCReturn_t tc_ret = amfi->TrustCache.load( in xnu_load_trust_cache()
586 TCReturn_t tc_ret = amfi->TrustCache.loadModule( in xnu_load_legacy_trust_cache()
636 TCReturn_t tc_ret = amfi->TrustCache.query( in xnu_query_trust_cache()
664 if (amfi->TrustCache.version < 3) { in xnu_check_trust_cache_runtime_for_uuid()
673 TCReturn_t tc_ret = amfi->TrustCache.checkRuntimeForUUID( in xnu_check_trust_cache_runtime_for_uuid()
1040 if (amfi->TrustCache.version < 1) { in load_static_trust_cache()
1133 tc_ret = amfi->TrustCache.loadModule( in load_static_trust_cache()
[all …]
/xnu-11215/libkern/libkern/amfi/
H A Damfi.h252 TrustCacheInterface_t TrustCache; member
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c12955 if (amfi->TrustCache.version < 3) {
12964 TCReturn_t tc_ret = amfi->TrustCache.checkRuntimeForUUID(
13075 TCReturn_t tc_ret = amfi->TrustCache.load(
13159 TCReturn_t tc_ret = amfi->TrustCache.query(
14272 amfi->TrustCache.queryGetFlags(&query_token, &flags);
14273 amfi->TrustCache.queryGetHashType(&query_token, &hash_type);
/xnu-11215/bsd/vm/
H A Dvm_unix.c1296 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c11582 amfi->TrustCache.queryGetFlags(&query_token, &flags);
11583 amfi->TrustCache.queryGetHashType(&query_token, &hash_type);