Searched refs:luksName (Results 1 – 6 of 6) sorted by relevance
/openbmc/estoraged/include/ |
H A D | util.hpp | 17 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 D | estoraged.hpp | 58 const std::string& luksName, uint64_t size, uint8_t lifeTime,
|
/openbmc/estoraged/src/ |
H A D | main.cpp | 94 std::string luksName = std::move(deviceInfo->luksName); in createStorageObjects() local 113 objectServer, path, deviceFile, luksName, size, lifeleft, in createStorageObjects()
|
H A D | estoraged.cpp | 37 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 D | util.cpp | 258 std::string luksName = "luks-" + deviceName.string(); in findDevice() local 260 luksName, locationCode, in findDevice()
|
/openbmc/estoraged/src/test/ |
H A D | util_test.cpp | 134 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()
|