Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOPolledInterface.h226 extern __C IOReturn IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * vars,
/xnu-8792.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp1382 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, NULL, 0); in IOHibernateDone()
1757 …err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, &vars->volumeCryptKey[0], vars->volumeCr… in hibernate_write_image()
2522 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, in hibernate_machine_init()
H A DIOPolledInterface.cpp303 IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * filevars, in IOPolledFilePollersSetEncryptionKey() function