Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp52 static IOMemoryDescriptor* apfsKeyData = NULL; variable
136 apfsKeyData = data; in IOSetAPFSKeyStoreData()
151 if (apfsKeyData) { in IOGetAPFSKeyStoreData()
152 IOMemoryDescriptor* data = apfsKeyData; in IOGetAPFSKeyStoreData()
153 apfsKeyData = NULL; in IOGetAPFSKeyStoreData()