Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Destoraged.cpp57 cryptDevicePath(cryptIface->cryptGetDir() + "/" + luksName), in EStoraged()
323 std::filesystem::path mappedDevicePath(cryptDevicePath); in isLocked()
446 int retval = fsIface->runMkfs(cryptDevicePath, {"-E", "discard"}); in createFilesystem()
455 cryptDevicePath, "REDFISH_MESSAGE_ID", in createFilesystem()
464 int retval = fsIface->runFsck(cryptDevicePath, "-t ext4 -p"); in mountFilesystem()
492 retval = fsIface->doMount(cryptDevicePath.c_str(), mountPoint.c_str(), in mountFilesystem()
563 return cryptDevicePath; in getCryptDevicePath()
/openbmc/estoraged/include/
H A Destoraged.hpp226 const std::string cryptDevicePath; member in estoraged::EStoraged