Searched defs:TpmHandle (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/
H A Dtpm_handle.h34 // TpmHandle handle;
37 class TpmHandle : public CommandTransceiver { class in namespace:trunks
39 TpmHandle();
40 ~TpmHandle() override;
42 // Initializes a TpmHandle instance. This method must be called successfully
58 DISALLOW_COPY_AND_ASSIGN(TpmHandle);
H A Dtpm_handle.cc36 TpmHandle::TpmHandle() : fd_(kInvalidFileDescriptor) {} function in class:trunks::TpmHandle
38 TpmHandle::~TpmHandle() {
46 bool TpmHandle::Init() {
60 void TpmHandle::SendCommand(const std::string& command,
65 std::string TpmHandle::SendCommandAndWait(const std::string& command) {
74 TPM_RC TpmHandle::SendCommandInternal(const std::string& command,

Completed in 46 milliseconds