Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A Dutil.hpp17 std::string luksName; member
25 std::filesystem::path& sysfsDir, std::string& luksName, in DeviceInfo()
29 deviceFile(deviceFile), sysfsDir(sysfsDir), luksName(luksName), in DeviceInfo()
H A Destoraged.hpp58 const std::string& luksName, uint64_t size, uint8_t lifeTime,
/openbmc/estoraged/src/
H A Dmain.cpp94 std::string luksName = std::move(deviceInfo->luksName); in createStorageObjects() local
113 objectServer, path, deviceFile, luksName, size, lifeleft, in createStorageObjects()
H A Destoraged.cpp37 const std::string& devPath, const std::string& luksName, uint64_t size, in EStoraged() argument
44 devPath(devPath), containerName(luksName), in EStoraged()
45 mountPoint("/mnt/" + luksName + "_fs"), eraseMaxGeometry(eraseMaxGeometry), in EStoraged()
48 cryptDevicePath(cryptIface->cryptGetDir() + "/" + luksName), in EStoraged()
H A Dutil.cpp258 std::string luksName = "luks-" + deviceName.string(); in findDevice() local
260 luksName, locationCode, in findDevice()
/openbmc/estoraged/src/test/
H A Dutil_test.cpp134 std::string luksName, locationCode; in TEST() local
142 EXPECT_EQ("luks-mmcblk0", result->luksName); in TEST()
192 std::string luksName, locationCode; in TEST() local
200 EXPECT_EQ("luks-mmcblk0", result->luksName); in TEST()