Home
last modified time | relevance | path

Searched defs:tpmIndex (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_device.hpp21 TPMInterface(sdbusplus::async::context& ctx, uint8_t tpmIndex) : in TPMInterface()
37 uint8_t tpmIndex; member in TPMInterface
H A Dtpm_device.cpp11 uint8_t tpmIndex, SoftwareConfig& config, in TPMDevice()
H A Dtpm_software_manager.cpp28 std::optional<uint8_t> tpmIndex = co_await dbusGetRequiredProperty<uint8_t>( in initDevice() local
/openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/
H A Dtpm2.hpp10 TPM2Interface(sdbusplus::async::context& ctx, uint8_t tpmIndex) : in TPM2Interface()
H A Dtpm2.cpp31 static std::string getTPMResourceManagerPath(uint8_t tpmIndex) in getTPMResourceManagerPath()