Searched refs:img4_buff_t (Results 1 – 14 of 14) sorted by relevance
| /xnu-11417.140.69/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-11417.140.69/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-11417.140.69/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 | 599 const img4_buff_t *payload, in ppl_image4_execute_object() 600 const img4_buff_t *manifest) in ppl_image4_execute_object() 604 img4_buff_t payload_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object() 605 img4_buff_t manifest_aligned = IMG4_BUFF_INIT; in ppl_image4_execute_object()
|
| H A D | txm.c | 1701 const img4_buff_t *payload, in txm_image4_execute_object() 1702 const img4_buff_t *manifest) in txm_image4_execute_object()
|
| /xnu-11417.140.69/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 | 380 const img4_buff_t *payload, 381 const img4_buff_t *manifest);
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | pmap_cs.h | 821 const img4_buff_t *payload, 822 const img4_buff_t *manifest);
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_codesigning.c | 1439 const img4_buff_t *payload, in kernel_image4_execute_object() 1440 const img4_buff_t *manifest) in kernel_image4_execute_object()
|
| H A D | imageboot.c | 825 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()
|