Searched refs:img4_object (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_trustcache.c | 713 const uint8_t *img4_object, const size_t img4_object_len, in load_trust_cache() argument 723 img4_object, img4_object_len, in load_trust_cache() 736 img4_object, img4_object_len, in load_trust_cache() 747 const uint8_t *img4_object, const size_t img4_object_len, in load_trust_cache_with_type() argument 759 if (!img4_object || (img4_object_len == 0)) { in load_trust_cache_with_type() 762 } else if (os_add_overflow((uintptr_t)img4_object, img4_object_len, &length_check)) { in load_trust_cache_with_type() 763 panic("overflow on the img4 object: %p | %lu", img4_object, img4_object_len); in load_trust_cache_with_type() 792 img4_payload = img4_object; in load_trust_cache_with_type() 805 if (img4_get_payload(img4_object, img4_object_len, &img4_buff) == NULL) { in load_trust_cache_with_type() 813 if (img4_get_manifest(img4_object, img4_object_len, &img4_buff) == NULL) { in load_trust_cache_with_type()
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | trust_caches.h | 115 const uint8_t *img4_object, const size_t img4_object_len, 131 const uint8_t *img4_object, const size_t img4_object_len,
|