Searched defs:tpmIndex (Results 1 – 5 of 5) sorted by relevance
21 TPMInterface(sdbusplus::async::context& ctx, uint8_t tpmIndex) : in TPMInterface()37 uint8_t tpmIndex; member in TPMInterface
11 uint8_t tpmIndex, SoftwareConfig& config, in TPMDevice()
28 std::optional<uint8_t> tpmIndex = co_await dbusGetRequiredProperty<uint8_t>( in initDevice() local
10 TPM2Interface(sdbusplus::async::context& ctx, uint8_t tpmIndex) : in TPM2Interface()
31 static std::string getTPMResourceManagerPath(uint8_t tpmIndex) in getTPMResourceManagerPath()