Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp66 virtual int cryptKeyslotChangeByPassphrase(
191 int cryptKeyslotChangeByPassphrase( in cryptKeyslotChangeByPassphrase() function in estoraged::Cryptsetup
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp63 MOCK_METHOD(int, cryptKeyslotChangeByPassphrase,
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp519 cryptKeyslotChangeByPassphrase( in TEST_F()
540 cryptKeyslotChangeByPassphrase( in TEST_F()
/openbmc/estoraged/src/
H A Destoraged.cpp268 int retval = cryptIface->cryptKeyslotChangeByPassphrase( in changePassword()