Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/erase/
H A Dcrypto_test.cpp58 EXPECT_CALL(*mockCryptIface, cryptKeySlotMax(StrEq(CRYPT_LUKS2))) in TEST_F()
79 EXPECT_CALL(*mockCryptIface, cryptKeySlotMax(StrEq(CRYPT_LUKS2))) in TEST_F()
95 EXPECT_CALL(*mockCryptIface, cryptKeySlotMax(StrEq(CRYPT_LUKS2))) in TEST_F()
111 EXPECT_CALL(*mockCryptIface, cryptKeySlotMax(StrEq(CRYPT_LUKS2))) in TEST_F()
130 EXPECT_CALL(*mockCryptIface, cryptKeySlotMax(StrEq(CRYPT_LUKS2))) in TEST_F()
/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp146 virtual int cryptKeySlotMax(const char* type) = 0;
234 int cryptKeySlotMax(const char* type) override in cryptKeySlotMax() function in estoraged::Cryptsetup
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp39 int nKeySlots = cryptIface->cryptKeySlotMax(CRYPT_LUKS2); in doErase()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp81 MOCK_METHOD(int, cryptKeySlotMax, (const char* type), (override));