Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Destoraged.cpp266 CryptHandle cryptHandle = loadLuksHeader(); in changePassword()
326 CryptHandle cryptHandle(devPath); in formatLuksDev()
358 CryptHandle EStoraged::loadLuksHeader() in loadLuksHeader()
360 CryptHandle cryptHandle(devPath); in loadLuksHeader()
392 CryptHandle cryptHandle = loadLuksHeader(); in activateLuksDev()
/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp255 class CryptHandle class
262 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.cpp28 CryptHandle cryptHandle{devPath}; in doErase()