Searched refs:cryptKeySlotStatus (Results 1 – 4 of 4) sorted by relevance
/openbmc/estoraged/src/test/erase/ |
H A D | crypto_test.cpp | 61 EXPECT_CALL(*mockCryptIface, cryptKeySlotStatus(_, 0)) in TEST_F() 114 EXPECT_CALL(*mockCryptIface, cryptKeySlotStatus(_, _)) in TEST_F() 133 EXPECT_CALL(*mockCryptIface, cryptKeySlotStatus(_, 0)) in TEST_F()
|
/openbmc/estoraged/include/ |
H A D | cryptsetupInterface.hpp | 158 cryptKeySlotStatus(struct crypt_device* cd, int keyslot) = 0; 239 crypt_keyslot_info cryptKeySlotStatus(struct crypt_device* cd, in cryptKeySlotStatus() function in estoraged::Cryptsetup
|
/openbmc/estoraged/src/erase/ |
H A D | cryptoErase.cpp | 59 cryptIface->cryptKeySlotStatus(cryptHandle.get(), i); in doErase()
|
/openbmc/estoraged/src/test/include/ |
H A D | estoraged_test.hpp | 83 MOCK_METHOD(crypt_keyslot_info, cryptKeySlotStatus,
|