Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dtrustcache.h54 struct trust_cache_entry1 { struct
64 struct trust_cache_entry1 entries[]; argument
/xnu-8020.121.3/osfmk/arm/
H A Dtrustcache.c116 module_end += module->num_entries * sizeof(struct trust_cache_entry1); in trust_cache_init()
146 struct trust_cache_entry1 const *base = &module->entries[0]; in lookup_in_trust_cache_module()
148 struct trust_cache_entry1 const *entry = NULL; in lookup_in_trust_cache_module()