Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp139 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 DcryptsetupInterface.hpp117 virtual int cryptActivateByPassphrase(struct crypt_device* cd,
222 int cryptActivateByPassphrase(struct crypt_device* cd, const char* name, in cryptActivateByPassphrase() function in estoraged::Cryptsetup
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp69 MOCK_METHOD(int, cryptActivateByPassphrase,
/openbmc/estoraged/src/
H A Destoraged.cpp395 int retval = cryptIface->cryptActivateByPassphrase( in activateLuksDev()