Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/erase/
H A Dcrypto_test.cpp22 using estoraged::CryptErase;
66 CryptErase myCryptErase = in TEST_F()
67 CryptErase(testFileName, std::move(mockCryptIface)); in TEST_F()
82 CryptErase myCryptErase = in TEST_F()
83 CryptErase(testFileName, std::move(mockCryptIface)); in TEST_F()
98 CryptErase myCryptErase = in TEST_F()
99 CryptErase(testFileName, std::move(mockCryptIface)); in TEST_F()
117 CryptErase myCryptErase = in TEST_F()
118 CryptErase(testFileName, std::move(mockCryptIface)); in TEST_F()
139 CryptErase myCryptErase = in TEST_F()
[all …]
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp19 CryptErase::CryptErase( in CryptErase() function in estoraged::CryptErase
25 void CryptErase::doErase() in doErase()
/openbmc/estoraged/include/
H A DcryptErase.hpp14 class CryptErase : public Erase class
23 CryptErase(std::string_view devPath,
/openbmc/estoraged/src/
H A Destoraged.cpp189 CryptErase myCryptErase(devPath); in erase()