Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_trustcache.c452 const uint8_t *img4_object, const size_t img4_object_len, in load_trust_cache() argument
462 img4_object, img4_object_len, in load_trust_cache()
475 img4_object, img4_object_len, in load_trust_cache()
486 const uint8_t *img4_object, const size_t img4_object_len, in load_trust_cache_with_type() argument
503 if (!img4_object || (img4_object_len == 0)) { in load_trust_cache_with_type()
506 } else if (os_add_overflow((uintptr_t)img4_object, img4_object_len, &length_check)) { in load_trust_cache_with_type()
507 panic("overflow on the img4 object: %p | %lu", img4_object, img4_object_len); in load_trust_cache_with_type()
537 img4_payload_len = img4_object_len; in load_trust_cache_with_type()
549 if (img4_get_payload(img4_object, img4_object_len, &img4_buff) == NULL) { in load_trust_cache_with_type()
557 if (img4_get_manifest(img4_object, img4_object_len, &img4_buff) == NULL) { in load_trust_cache_with_type()
/xnu-8792.81.2/bsd/sys/
H A Dtrust_caches.h103 const uint8_t *img4_object, const size_t img4_object_len,
119 const uint8_t *img4_object, const size_t img4_object_len,