Home
last modified time | relevance | path

Searched defs:luksName (Results 1 – 5 of 5) sorted by relevance

/openbmc/estoraged/src/test/
H A Dutil_test.cpp134 std::string luksName, locationCode; in TEST() local
192 std::string luksName, locationCode; in TEST() local
/openbmc/estoraged/include/
H A Dutil.hpp17 std::string luksName; member
/openbmc/estoraged/src/
H A Dmain.cpp94 std::string luksName = std::move(deviceInfo->luksName); in createStorageObjects() local
H A Dutil.cpp258 std::string luksName = "luks-" + deviceName.string(); in findDevice() local
H A Destoraged.cpp37 const std::string& devPath, const std::string& luksName, uint64_t size, in EStoraged()