Home
last modified time | relevance | path

Searched refs:TpmSimulatorHandle (Results 1 – 3 of 3) sorted by relevance

/system/tpm/trunks/
Dtpm_simulator_handle.cc39 TpmSimulatorHandle::TpmSimulatorHandle() {} in TpmSimulatorHandle() function in trunks::TpmSimulatorHandle
41 TpmSimulatorHandle::~TpmSimulatorHandle() {} in ~TpmSimulatorHandle()
43 bool TpmSimulatorHandle::Init() { in Init()
58 void TpmSimulatorHandle::SendCommand(const std::string& command, in SendCommand()
63 std::string TpmSimulatorHandle::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
Dtpm_simulator_handle.h38 class TpmSimulatorHandle : public CommandTransceiver {
40 TpmSimulatorHandle();
41 ~TpmSimulatorHandle() override;
54 DISALLOW_COPY_AND_ASSIGN(TpmSimulatorHandle);
Dtrunksd.cc102 low_level_transceiver = new trunks::TpmSimulatorHandle(); in main()