Searched refs:img4_buff_t (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.81.4/EXTERNAL_HEADERS/img4/ |
| H A D | runtime.h | 653 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 D | 4xnu.h | 40 const img4_buff_t * 42 img4_buff_t *buff_storage); 70 const img4_buff_t * 72 img4_buff_t *buff_storage);
|
| H A D | image.h | 30 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 D | firmware.h | 66 typedef struct _img4_buff img4_buff_t; typedef 416 img4_buff_t *buff, 586 img4_buff_t *buff, 659 img4_buff_t *buff);
|
| /xnu-12377.81.4/libkern/libkern/img4/ |
| H A D | interface.h | 103 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-12377.81.4/bsd/kern/code_signing/ |
| H A D | xnu.c | 251 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 D | ppl.c | 602 const img4_buff_t *payload, in ppl_image4_execute_object() 603 const img4_buff_t *manifest) in ppl_image4_execute_object() 607 img4_buff_t payload_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object() 608 img4_buff_t manifest_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object()
|
| H A D | txm.c | 1706 const img4_buff_t *payload, in txm_image4_execute_object() 1707 const img4_buff_t *manifest) in txm_image4_execute_object()
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | code_signing_internal.h | 111 const img4_buff_t *payload, 112 const img4_buff_t *manifest);
|
| H A D | code_signing.h | 428 const img4_buff_t *payload, 429 const img4_buff_t *manifest);
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | pmap_cs.h | 822 const img4_buff_t *payload, 823 const img4_buff_t *manifest);
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_codesigning.c | 1486 const img4_buff_t *payload, in kernel_image4_execute_object() 1487 const img4_buff_t *manifest) in kernel_image4_execute_object()
|
| H A D | imageboot.c | 842 img4_buff_t tck = IMG4_BUFF_INIT; in authenticate_root_with_img4()
|
| H A D | kern_trustcache.c | 950 img4_buff_t img4_buff = IMG4_BUFF_INIT; in load_trust_cache_with_type()
|