Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/IOKit/ !
H A DIOPolledInterface.h230 extern __C IOReturn IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * vars,
/xnu-12377.41.6/iokit/Kernel/ !
H A DIOHibernateIO.cpp1472 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, NULL, 0); in IOHibernateDone()
1858 …err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, &vars->volumeCryptKey[0], vars->volumeCr… in hibernate_write_image()
2644 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, in hibernate_machine_init()
H A DIOPolledInterface.cpp298 IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * filevars, in IOPolledFilePollersSetEncryptionKey() function