Home
last modified time | relevance | path

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

/xnu-8019.80.24/EXTERNAL_HEADERS/img4/
H A Druntime.h805 uint8_t *i4b_bytes; member
818 .i4b_bytes = NULL, \
/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c817 rv = imageboot_read_file(ticket_path, (void **)&tck.i4b_bytes, &tck.i4b_len); in authenticate_root_with_img4()
844 kfree_data(tck.i4b_bytes, tck.i4b_len); in authenticate_root_with_img4()