Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dkern_trustcache.c1029 unsigned int tc_dt_prop_length = 0; in load_static_trust_cache() local
1052 err = SecureDTGetProperty(memory_map, "TrustCache", (const void **)&tc_range, &tc_dt_prop_length); in load_static_trust_cache()
1054 if (tc_dt_prop_length != sizeof(DTTrustCacheRange)) { in load_static_trust_cache()
1056 tc_dt_prop_length, sizeof(DTTrustCacheRange)); in load_static_trust_cache()