Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/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-8796.141.3/bsd/kern/code_signing/
H A Dxnu.c214 const img4_buff_t *payload, in xnu_image4_execute_object()
215 const img4_buff_t *manifest) in xnu_image4_execute_object()
251 img4_buff_t object_payload = IMG4_BUFF_INIT; in xnu_image4_copy_object()
H A Dppl.c450 const img4_buff_t *payload, in ppl_image4_execute_object()
451 const img4_buff_t *manifest) in ppl_image4_execute_object()
455 img4_buff_t payload_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object()
456 img4_buff_t manifest_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object()
/xnu-8796.141.3/bsd/sys/
H A Dcode_signing_internal.h88 const img4_buff_t *payload,
89 const img4_buff_t *manifest);
H A Dcode_signing.h239 const img4_buff_t *payload,
240 const img4_buff_t *manifest);
/xnu-8796.141.3/osfmk/vm/
H A Dpmap_cs.h796 const img4_buff_t *payload,
797 const img4_buff_t *manifest);
/xnu-8796.141.3/bsd/kern/
H A Dkern_codesigning.c849 const img4_buff_t *payload, in kernel_image4_execute_object()
850 const img4_buff_t *manifest) in kernel_image4_execute_object()
H A Dkern_trustcache.c581 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()