Home
last modified time | relevance | path

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

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