Searched refs:img4_buff_t (Results 1 – 13 of 13) sorted by relevance
| /xnu-8796.141.3/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-8796.141.3/EXTERNAL_HEADERS/img4/ |
| H A D | runtime.h | 651 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 D | 4xnu.h | 39 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 D | image.h | 28 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 D | firmware.h | 63 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 D | xnu.c | 214 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 D | ppl.c | 450 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 D | code_signing_internal.h | 88 const img4_buff_t *payload, 89 const img4_buff_t *manifest);
|
| H A D | code_signing.h | 239 const img4_buff_t *payload, 240 const img4_buff_t *manifest);
|
| /xnu-8796.141.3/osfmk/vm/ |
| H A D | pmap_cs.h | 796 const img4_buff_t *payload, 797 const img4_buff_t *manifest);
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_codesigning.c | 849 const img4_buff_t *payload, in kernel_image4_execute_object() 850 const img4_buff_t *manifest) in kernel_image4_execute_object()
|
| H A D | kern_trustcache.c | 581 img4_buff_t img4_buff = IMG4_BUFF_INIT; in load_trust_cache_with_type()
|
| H A D | imageboot.c | 805 img4_buff_t tck = IMG4_BUFF_INIT; in authenticate_root_with_img4()
|