Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp136 virtual int cryptKeyslotDestroy(struct crypt_device* cd, int keyslot) = 0;
229 int cryptKeyslotDestroy(struct crypt_device* cd, const int keyslot) override in cryptKeyslotDestroy() function in estoraged::Cryptsetup
/openbmc/estoraged/src/test/erase/
H A Dcrypto_test.cpp64 EXPECT_CALL(*mockCryptIface, cryptKeyslotDestroy(_, 0)).Times(1); in TEST_F()
136 EXPECT_CALL(*mockCryptIface, cryptKeyslotDestroy(_, 0)) in TEST_F()
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp63 if (cryptIface->cryptKeyslotDestroy(cryptHandle.get(), i) != 0) in doErase()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp78 MOCK_METHOD(int, cryptKeyslotDestroy,