Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp63 bool IOBaseSystemARVRootHashAvailable(void);
237 IOBaseSystemARVRootHashAvailable(void) in IOBaseSystemARVRootHashAvailable() function
/xnu-11215/bsd/kern/
H A Dimageboot.c186 extern bool IOBaseSystemARVRootHashAvailable(void);
248 if ((rooted_dmg == false) && !IOBaseSystemARVRootHashAvailable()) { in imageboot_pivot_image()