Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/erase/
H A Dcrypto_test.cpp61 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 DcryptsetupInterface.hpp158 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 DcryptoErase.cpp59 cryptIface->cryptKeySlotStatus(cryptHandle.get(), i); in doErase()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp83 MOCK_METHOD(crypt_keyslot_info, cryptKeySlotStatus,