Home
last modified time | relevance | path

Searched refs:img4_buff_t (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/EXTERNAL_HEADERS/img4/
H A Druntime.h651 const img4_buff_t *payload,
652 const img4_buff_t *_Nullable manifest
690 img4_buff_t *payload,
837 #define IMG4_BUFF_INIT (img4_buff_t){ \
844 #define IMG4_BUFF_INIT (img4_buff_t{ \
851 #define IMG4_BUFF_INIT (img4_buff_t((img4_buff_t){ \
1037 img4_buff_dealloc(img4_buff_t *_Nullable buff);
1137 const img4_buff_t *obj,
1138 const img4_buff_t *_Nullable manifest);
1177 img4_buff_t *payload,
H A D4xnu.h39 const img4_buff_t *
40 img4_get_manifest(const void *buff, size_t len, img4_buff_t *buff_storage);
68 const img4_buff_t *
69 img4_get_payload(const void *buff, size_t len, img4_buff_t *buff_storage);
H A Dimage.h28 const img4_buff_t *_Nullable
145 const img4_buff_t *
148 img4_buff_t *storage);
267 const img4_buff_t *
270 img4_buff_t *storage);
H A Dfirmware.h63 typedef struct _img4_buff img4_buff_t; typedef
403 img4_buff_t *buff,
573 img4_buff_t *buff,
646 img4_buff_t *buff);
/xnu-8792.41.9/libkern/libkern/img4/
H A Dinterface.h103 img4_buff_t *buff,
125 img4_buff_t *buff,
131 img4_buff_t *buff
144 typedef const img4_buff_t *(*img4_image_get_bytes_t)(
166 typedef const img4_buff_t *(*img4_image_get_property_data_t)(
169 img4_buff_t *storage
173 img4_buff_t *buff
197 typedef const img4_buff_t *(*img4_get_manifest_t)(
200 img4_buff_t *buff_storage
203 typedef const img4_buff_t *(*img4_get_payload_t)(
[all …]
/xnu-8792.41.9/osfmk/vm/
H A Dpmap_cs.h555 const img4_buff_t *payload,
556 const img4_buff_t *manifest);
/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c546 img4_buff_t img4_buff = IMG4_BUFF_INIT; in load_trust_cache_with_type()
H A Dimageboot.c805 img4_buff_t tck = IMG4_BUFF_INIT; in authenticate_root_with_img4()
/xnu-8792.41.9/osfmk/x86_64/
H A Dpmap.c3543 __unused const img4_buff_t *payload, in pmap_image4_execute_object()
3544 __unused const img4_buff_t *_Nullable manifest) in pmap_image4_execute_object()