Searched refs:cryptKeyslotDestroy (Results 1 – 4 of 4) sorted by relevance
136 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
64 EXPECT_CALL(*mockCryptIface, cryptKeyslotDestroy(_, 0)).Times(1); in TEST_F()136 EXPECT_CALL(*mockCryptIface, cryptKeyslotDestroy(_, 0)) in TEST_F()
63 if (cryptIface->cryptKeyslotDestroy(cryptHandle.get(), i) != 0) in doErase()
78 MOCK_METHOD(int, cryptKeyslotDestroy,