Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/ !
H A Dbsd_init.c328 …tic int bsd_find_basesystem_dmg(char *bsdmgpath_out, bool *rooted_dmg, bool *skip_signature_check);
987 bool skip_signature_check = false; in bsd_init() local
997 error = bsd_find_basesystem_dmg(dmgpath, &rooted_dmg, &skip_signature_check); in bsd_init()
1005 …EBOOT_DMG, "/System/Volumes/BaseSystem", "System/Volumes/macOS", rooted_dmg, skip_signature_check); in bsd_init()
1293 bsd_find_basesystem_dmg(char *bsdmgpath_out, bool *rooted_dmg, bool *skip_signature_check) in bsd_find_basesystem_dmg() argument
1310 if (rooted_dmg && skip_signature_check) { in bsd_find_basesystem_dmg()
1312 *skip_signature_check = false; in bsd_find_basesystem_dmg()
1330 *skip_signature_check = true; in bsd_find_basesystem_dmg()
1370 *skip_signature_check = true; in bsd_find_basesystem_dmg()
1427 *skip_signature_check = true; in bsd_find_basesystem_dmg()
H A Dimageboot.c200 const char *outgoing_root_path, const bool rooted_dmg, const bool skip_signature_check) in imageboot_pivot_image() argument
322 if (rooted_dmg || authenticated_dmg_chunklist || skip_signature_check) { in imageboot_pivot_image()
/xnu-8796.141.3/bsd/sys/ !
H A Dimageboot.h45 const char *outgoing_root_path, const bool rooted_dmg, const bool skip_signature_check);