Home
last modified time | relevance | path

Searched refs:cryptGetDir (Results 1 – 4 of 4) sorted by relevance

/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp165 virtual std::string cryptGetDir() = 0;
245 std::string cryptGetDir() override in cryptGetDir() function in estoraged::Cryptsetup
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp86 MOCK_METHOD(std::string, cryptGetDir, (), (override));
/openbmc/estoraged/src/
H A Destoraged.cpp48 cryptDevicePath(cryptIface->cryptGetDir() + "/" + luksName), in EStoraged()
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp85 EXPECT_CALL(*cryptIface, cryptGetDir).WillOnce(Return(testCryptDir)); in SetUp()