Home
last modified time | relevance | path

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

/xnu-8792.41.9/EXTERNAL_HEADERS/TrustCache/
H A DAPI.h31 bool allowSecondStaticTC, in trustCacheInitializeRuntime() argument
44 runtime->allowSecondStaticTC = allowSecondStaticTC; in trustCacheInitializeRuntime()
H A DTypes.h250 bool allowSecondStaticTC; member
/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c829 if (trust_cache_rt->allowSecondStaticTC && (i == 1)) { in load_static_trust_cache()