Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Destoraged.cpp285 CryptHandle cryptHandle = loadLuksHeader(); in changePassword()
345 CryptHandle cryptHandle(devPath); in formatLuksDev()
377 CryptHandle EStoraged::loadLuksHeader() in loadLuksHeader()
379 CryptHandle cryptHandle(devPath); in loadLuksHeader()
411 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.hpp226 CryptHandle loadLuksHeader();
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp28 CryptHandle cryptHandle{devPath}; in doErase()