Searched refs:volumeCryptKey (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateInternal.h59 uint8_t volumeCryptKey[kIOHibernateAESKeySize / 8]; member in struct:IOHibernateVars
H A DIOHibernateIO.cpp610 OSData ** imagePath, uint8_t * volumeCryptKey)
724 bcopy(&vek.key.keybytes[0], volumeCryptKey, bytes);
1258 &vars->volumeCryptKey[0]);
1274 if (!uuid_is_null(vars->volumeCryptKey) &&
1278 smcVars[0] = sizeof(vars->volumeCryptKey);
1279 smcVars[1] = (uintptr_t)(void *) &gIOHibernateVars.volumeCryptKey[0];
1295 if (encryptedswap || !uuid_is_null(vars->volumeCryptKey))
2119 vars->wiredCryptKey[pageCount] ^= vars->volumeCryptKey[pageCount];
2120 bzero(&vars->volumeCryptKey[0], sizeof(vars->volumeCryptKey));
607 IOPolledFileOpen( const char * filename, uint64_t setFileSize, IOBufferMemoryDescriptor * ioBuffer, IOPolledFileIOVars ** fileVars, OSData ** fileExtents, OSData ** imagePath, uint8_t * volumeCryptKey) argument
[all...]

Completed in 65 milliseconds