Home
last modified time | relevance | path

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

/xnu-11215.1.10/EXTERNAL_HEADERS/img4/
H A Druntime.h653 const img4_buff_t *payload,
654 const img4_buff_t *_Nullable manifest
692 img4_buff_t *payload,
839 #define IMG4_BUFF_INIT (img4_buff_t){ \
846 #define IMG4_BUFF_INIT (img4_buff_t{ \
853 #define IMG4_BUFF_INIT (img4_buff_t((img4_buff_t){ \
1039 img4_buff_dealloc(img4_buff_t *_Nullable buff);
1139 const img4_buff_t *obj,
1140 const img4_buff_t *_Nullable manifest);
1179 img4_buff_t *payload,
H A D4xnu.h40 const img4_buff_t *
42 img4_buff_t *buff_storage);
70 const img4_buff_t *
72 img4_buff_t *buff_storage);
H A Dimage.h30 const img4_buff_t *_Nullable
147 const img4_buff_t *
150 img4_buff_t *storage);
269 const img4_buff_t *
272 img4_buff_t *storage);
H A Dfirmware.h66 typedef struct _img4_buff img4_buff_t; typedef
416 img4_buff_t *buff,
586 img4_buff_t *buff,
659 img4_buff_t *buff);
/xnu-11215.1.10/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-11215.1.10/bsd/kern/code_signing/
H A Dxnu.c251 const img4_buff_t *payload, in xnu_image4_execute_object()
252 const img4_buff_t *manifest) in xnu_image4_execute_object()
288 img4_buff_t object_payload = IMG4_BUFF_INIT; in xnu_image4_copy_object()
H A Dppl.c549 const img4_buff_t *payload, in ppl_image4_execute_object()
550 const img4_buff_t *manifest) in ppl_image4_execute_object()
554 img4_buff_t payload_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object()
555 img4_buff_t manifest_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object()
H A Dtxm.c1651 const img4_buff_t *payload, in txm_image4_execute_object()
1652 const img4_buff_t *manifest) in txm_image4_execute_object()
/xnu-11215.1.10/bsd/sys/
H A Dcode_signing_internal.h111 const img4_buff_t *payload,
112 const img4_buff_t *manifest);
H A Dcode_signing.h380 const img4_buff_t *payload,
381 const img4_buff_t *manifest);
/xnu-11215.1.10/osfmk/vm/
H A Dpmap_cs.h821 const img4_buff_t *payload,
822 const img4_buff_t *manifest);
/xnu-11215.1.10/bsd/kern/
H A Dkern_codesigning.c1427 const img4_buff_t *payload, in kernel_image4_execute_object()
1428 const img4_buff_t *manifest) in kernel_image4_execute_object()
H A Dkern_trustcache.c803 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()