Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/sys/
H A Dtrust_caches.h116 const uint8_t *img4_ext_manifest, const size_t img4_ext_manifest_len);
132 const uint8_t *img4_ext_manifest, const size_t img4_ext_manifest_len,
/xnu-8796.101.5/bsd/kern/
H A Dkern_trustcache.c493 const uint8_t *img4_ext_manifest, const size_t img4_ext_manifest_len) in load_trust_cache() argument
503 img4_ext_manifest, img4_ext_manifest_len, in load_trust_cache()
516 img4_ext_manifest, img4_ext_manifest_len, in load_trust_cache()
527 const uint8_t *img4_ext_manifest, const size_t img4_ext_manifest_len, in load_trust_cache_with_type() argument
547 if (!img4_ext_manifest) { in load_trust_cache_with_type()
550 } else if (os_add_overflow((uintptr_t)img4_ext_manifest, img4_ext_manifest_len, &length_check)) { in load_trust_cache_with_type()
551 panic("overflow on the ext manifest: %p | %lu", img4_ext_manifest, img4_ext_manifest_len); in load_trust_cache_with_type()
573 img4_manifest = img4_ext_manifest; in load_trust_cache_with_type()