Lines Matching full:devpath
38 const std::string& devPath, const std::string& luksName, uint64_t size, in EStoraged() argument
45 devPath(devPath), containerName(luksName), in EStoraged()
53 std::string deviceName = std::filesystem::path(devPath).filename().string(); in EStoraged()
191 CryptErase myCryptErase(devPath); in erase()
197 VerifyDriveGeometry myVerifyGeometry(devPath); in erase()
203 Pattern myErasePattern(devPath); in erase()
209 Pattern myErasePattern(devPath); in erase()
215 Sanitize mySanitize(devPath); in erase()
221 Zero myZero(devPath); in erase()
227 Zero myZero(devPath); in erase()
281 lg2::info("Successfully changed password for {DEV}", "DEV", devPath, in changePassword()
314 lg2::info("Formatting device {DEV}", "DEV", devPath, "REDFISH_MESSAGE_ID", in formatLuksDev()
328 CryptHandle cryptHandle(devPath); in formatLuksDev()
355 lg2::info("Encrypted device {DEV} successfully formatted", "DEV", devPath, in formatLuksDev()
362 CryptHandle cryptHandle(devPath); in loadLuksHeader()
390 lg2::info("Activating LUKS dev {DEV}", "DEV", devPath, "REDFISH_MESSAGE_ID", in activateLuksDev()
408 lg2::info("Successfully activated LUKS dev {DEV}", "DEV", devPath, in activateLuksDev()
501 lg2::info("Deactivating LUKS device {DEV}", "DEV", devPath, in deactivateLuksDev()
514 lg2::info("Successfully deactivated LUKS device {DEV}", "DEV", devPath, in deactivateLuksDev()