Home
last modified time | relevance | path

Searched refs:inCryptIface (Results 1 – 2 of 2) sorted by relevance

/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp21 std::unique_ptr<estoraged::CryptsetupInterface> inCryptIface) : in CryptErase() argument
22 Erase(devPathIn), cryptIface(std::move(inCryptIface)) in CryptErase()
/openbmc/estoraged/include/
H A DcryptErase.hpp24 std::unique_ptr<estoraged::CryptsetupInterface> inCryptIface =