Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dimageboot.c776 imgboot_get_apticket_path(const char *rootpath, size_t *sz) in imgboot_get_apticket_path() argument
778 size_t plen = strlen(rootpath) + sizeof(APTICKET_NAME) + 1; in imgboot_get_apticket_path()
784 strlcpy(path, rootpath, plen); in imgboot_get_apticket_path()
799 authenticate_root_with_img4(const char *rootpath) in authenticate_root_with_img4() argument
815 DBG_TRACE("Check %s\n", rootpath); in authenticate_root_with_img4()
817 ticket_path = imgboot_get_apticket_path(rootpath, &ticket_pathsz); in authenticate_root_with_img4()
831 vp = imgboot_get_image_file(rootpath, NULL, &rv); in authenticate_root_with_img4()