Searched refs:cryptActivateByPassphrase (Results 1 – 4 of 4) sorted by relevance
/openbmc/estoraged/src/test/ |
H A D | estoraged_test.cpp | 139 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 186 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 285 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 303 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 326 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 355 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 392 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 431 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 474 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F()
|
/openbmc/estoraged/include/ |
H A D | cryptsetupInterface.hpp | 114 virtual int cryptActivateByPassphrase( 216 int cryptActivateByPassphrase( in cryptActivateByPassphrase() function in estoraged::Cryptsetup
|
/openbmc/estoraged/src/test/include/ |
H A D | estoraged_test.hpp | 69 MOCK_METHOD(int, cryptActivateByPassphrase,
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 394 int retval = cryptIface->cryptActivateByPassphrase( in activateLuksDev()
|