Searched refs:formatLuks (Results 1 – 3 of 3) sorted by relevance
/openbmc/estoraged/src/test/ |
H A D | estoraged_test.cpp | 166 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F() 213 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F() 226 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F() 242 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F() 255 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F() 270 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F() 288 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F() 309 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F() 412 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F() 454 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F() [all …]
|
/openbmc/estoraged/include/ |
H A D | estoraged.hpp | 81 void formatLuks(const std::vector<uint8_t>& password,
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 63 this->formatLuks(password, type); in EStoraged() 160 void EStoraged::formatLuks(const std::vector<uint8_t>& password, in formatLuks() function in estoraged::EStoraged
|