Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp132 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
179 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
239 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)) in TEST_F()
250 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
263 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
278 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
296 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
319 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
348 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
385 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F()
[all …]
/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp48 virtual int cryptFormat(struct crypt_device* cd, const char* type,
182 int cryptFormat(struct crypt_device* cd, const char* type, in cryptFormat() function in estoraged::Cryptsetup
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp46 MOCK_METHOD(int, cryptFormat,
/openbmc/estoraged/src/
H A Destoraged.cpp329 int retval = cryptIface->cryptFormat( in formatLuksDev()