Searched refs:cryptFormat (Results 1 – 4 of 4) sorted by relevance
| /openbmc/estoraged/src/test/ |
| H A D | estoraged_test.cpp | 186 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 238 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 303 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)) in TEST_F() 314 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 327 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 342 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 360 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 384 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 418 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 460 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() [all …]
|
| /openbmc/estoraged/include/ |
| H A D | cryptsetupInterface.hpp | 48 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 D | estoraged_test.hpp | 54 MOCK_METHOD(int, cryptFormat,
|
| /openbmc/estoraged/src/ |
| H A D | estoraged.cpp | 348 int retval = cryptIface->cryptFormat( in formatLuksDev()
|