HomeSort by relevance Sort by last modified time
    Searched refs:TpmSimulatorHandle (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
tpm_simulator_handle.h 35 // TpmSimulatorHandle handle;
38 class TpmSimulatorHandle : public CommandTransceiver {
40 TpmSimulatorHandle();
41 ~TpmSimulatorHandle() override;
43 // Initializes a TpmSimulatorHandle instance. This method must be called
54 DISALLOW_COPY_AND_ASSIGN(TpmSimulatorHandle);
tpm_simulator_handle.cc 39 TpmSimulatorHandle::TpmSimulatorHandle() {}
41 TpmSimulatorHandle::~TpmSimulatorHandle() {}
43 bool TpmSimulatorHandle::Init() {
58 void TpmSimulatorHandle::SendCommand(const std::string& command,
63 std::string TpmSimulatorHandle::SendCommandAndWait(const std::string& command) {
trunksd.cc 100 low_level_transceiver = new trunks::TpmSimulatorHandle();

Completed in 79 milliseconds