Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/IOKit/
H A DIOPolledInterface.h229 extern __C IOReturn IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * vars,
/xnu-11215.41.3/iokit/Kernel/
H A DIOHibernateIO.cpp1419 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, NULL, 0); in IOHibernateDone()
1797 …err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, &vars->volumeCryptKey[0], vars->volumeCr… in hibernate_write_image()
2574 err = IOPolledFilePollersSetEncryptionKey(vars->fileVars, in hibernate_machine_init()
H A DIOPolledInterface.cpp298 IOPolledFilePollersSetEncryptionKey(IOPolledFileIOVars * filevars, in IOPolledFilePollersSetEncryptionKey() function