Searched refs:authenticate_root_with_chunklist (Results 1 – 3 of 3) sorted by relevance
92 int authenticate_root_with_chunklist(const char *rootdmg_path, boolean_t *out_enforced);
249 error = authenticate_root_with_chunklist(image_path, NULL); in imageboot_pivot_image()1045 error = authenticate_root_with_chunklist(path, &auth_root); in imageboot_setup_new()
574 authenticate_root_with_chunklist(const char *rootdmg_path, boolean_t *out_enforced) in authenticate_root_with_chunklist() function