Lines Matching refs:volumeCryptKey
503 uint8_t * volumeCryptKey, in IOGetVolumeCryptKey() argument
525 …err = part->callPlatformFunction(APFSMEDIA_GETHIBERKEY, false, &volUuid, volumeCryptKey, keySize, … in IOGetVolumeCryptKey()
529 …err = part->callPlatformFunction(APFSMEDIA_GETHIBERKEY, false, &volUuid, volumeCryptKey, keySize, … in IOGetVolumeCryptKey()
569 bcopy(&vek.key.keybytes[0], volumeCryptKey, *keySize); in IOGetVolumeCryptKey()
606 uint8_t * volumeCryptKey, size_t * keySize) in IOPolledFileOpen() argument
694 if (volumeCryptKey) { in IOPolledFileOpen()
695 err = IOGetVolumeCryptKey(block_dev, &keyUUID, volumeCryptKey, keySize); in IOPolledFileOpen()
699 if (volumeCryptKey) { in IOPolledFileOpen()
701 err = IOGetHibernationCryptKey(volumeCryptKey, keySize, &swSeed); in IOPolledFileOpen()
711 if (volumeCryptKey) { in IOPolledFileOpen()
780 uint8_t * volumeCryptKey, size_t * keySize) in IOPolledFileOpen() argument
784 fileVars, &imagePathRaw, volumeCryptKey, keySize); in IOPolledFileOpen()