Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Destoraged.cpp267 CryptHandle cryptHandle = loadLuksHeader(); in changePassword()
327 CryptHandle cryptHandle(devPath); in formatLuksDev()
359 CryptHandle EStoraged::loadLuksHeader() in loadLuksHeader()
361 CryptHandle cryptHandle(devPath); in loadLuksHeader()
393 CryptHandle cryptHandle = loadLuksHeader(); in activateLuksDev()
/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp262 class CryptHandle class
269 explicit CryptHandle(const std::string_view& device) : handle(init(device)) in CryptHandle() function in estoraged::CryptHandle
H A Destoraged.hpp184 CryptHandle loadLuksHeader();
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp29 CryptHandle cryptHandle{devPath}; in doErase()