|
|
@ -97,6 +97,7 @@ TDEDiskDeviceType::TDEDiskDeviceType TDEStorageDevice::diskType() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void TDEStorageDevice::internalGetLUKSKeySlotStatus() {
|
|
|
|
void TDEStorageDevice::internalGetLUKSKeySlotStatus() {
|
|
|
|
|
|
|
|
#if defined(WITH_CRYPTSETUP)
|
|
|
|
unsigned int i;
|
|
|
|
unsigned int i;
|
|
|
|
crypt_keyslot_info keyslot_status;
|
|
|
|
crypt_keyslot_info keyslot_status;
|
|
|
|
TDELUKSKeySlotStatus::TDELUKSKeySlotStatus tde_keyslot_status;
|
|
|
|
TDELUKSKeySlotStatus::TDELUKSKeySlotStatus tde_keyslot_status;
|
|
|
@ -116,6 +117,7 @@ void TDEStorageDevice::internalGetLUKSKeySlotStatus() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
m_cryptKeyslotStatus.append(tde_keyslot_status);
|
|
|
|
m_cryptKeyslotStatus.append(tde_keyslot_status);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void TDEStorageDevice::internalInitializeLUKSIfNeeded() {
|
|
|
|
void TDEStorageDevice::internalInitializeLUKSIfNeeded() {
|
|
|
|