Home
last modified time | relevance | path

Searched defs:tpmType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_device.cpp10 TPMDevice::TPMDevice(sdbusplus::async::context& ctx, enum TPMType tpmType, in TPMDevice()
H A Dtpm_software_manager.cpp46 TPMType tpmType; in initDevice() local
H A Dtpm_device.hpp63 inline bool stringToTPMType(const std::string& type, TPMType& tpmType) in stringToTPMType()