Home
last modified time | relevance | path

Searched refs:i4b_bytes (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/EXTERNAL_HEADERS/img4/
H A Druntime.h827 uint8_t *i4b_bytes; member
840 .i4b_bytes = NULL, \
/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c553 img4_payload = img4_buff.i4b_bytes; in load_trust_cache_with_type()
561 img4_manifest = img4_buff.i4b_bytes; in load_trust_cache_with_type()
H A Dimageboot.c828 rv = imageboot_read_file(ticket_path, (void **)&tck.i4b_bytes, &tck.i4b_len, NULL); in authenticate_root_with_img4()
855 kfree_data(tck.i4b_bytes, tck.i4b_len); in authenticate_root_with_img4()