Home
last modified time | relevance | path

Searched refs:cryptDevicePath (Results 1 – 2 of 2) sorted by relevance

/openbmc/estoraged/src/
H A Destoraged.cpp48 cryptDevicePath(cryptIface->cryptGetDir() + "/" + luksName), in EStoraged()
292 std::filesystem::path mappedDevicePath(cryptDevicePath); in isLocked()
414 int retval = fsIface->runMkfs(cryptDevicePath); in createFilesystem()
423 cryptDevicePath, "REDFISH_MESSAGE_ID", in createFilesystem()
448 int retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem()
519 return cryptDevicePath; in getCryptDevicePath()
/openbmc/estoraged/include/
H A Destoraged.hpp147 const std::string cryptDevicePath; member in estoraged::EStoraged