Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtpm_handle.cc36 TpmHandle::TpmHandle() : fd_(kInvalidFileDescriptor) {} in TpmHandle() function in trunks::TpmHandle
38 TpmHandle::~TpmHandle() { in ~TpmHandle()
46 bool TpmHandle::Init() { in Init()
60 void TpmHandle::SendCommand(const std::string& command, in SendCommand()
65 std::string TpmHandle::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
74 TPM_RC TpmHandle::SendCommandInternal(const std::string& command, in SendCommandInternal()
Dtpm_handle.h37 class TpmHandle : public CommandTransceiver {
39 TpmHandle();
40 ~TpmHandle() override;
58 DISALLOW_COPY_AND_ASSIGN(TpmHandle);
Dtrunksd.cc104 low_level_transceiver = new trunks::TpmHandle(); in main()