Searched defs:tpmType (Results 1 – 3 of 3) sorted by relevance
10 TPMDevice::TPMDevice(sdbusplus::async::context& ctx, enum TPMType tpmType, in TPMDevice()
46 TPMType tpmType; in initDevice() local
63 inline bool stringToTPMType(const std::string& type, TPMType& tpmType) in stringToTPMType()