Home
last modified time | relevance | path

Searched refs:IMG4_BUFF_INIT (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/EXTERNAL_HEADERS/img4/ !
H A Druntime.h839 #define IMG4_BUFF_INIT (img4_buff_t){ \ macro
846 #define IMG4_BUFF_INIT (img4_buff_t{ \ macro
853 #define IMG4_BUFF_INIT (img4_buff_t((img4_buff_t){ \ macro
860 #define IMG4_BUFF_INIT {IMG4_BUFF_STRUCT_VERSION} macro
/xnu-12377.61.12/bsd/kern/code_signing/ !
H A Dppl.c607 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 Dxnu.c288 img4_buff_t object_payload = IMG4_BUFF_INIT; in xnu_image4_copy_object()
/xnu-12377.61.12/bsd/kern/ !
H A Dimageboot.c842 img4_buff_t tck = IMG4_BUFF_INIT; in authenticate_root_with_img4()
H A Dkern_trustcache.c950 img4_buff_t img4_buff = IMG4_BUFF_INIT; in load_trust_cache_with_type()