OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TpmHandle
(Results
1 - 3
of
3
) sorted by null
/system/tpm/trunks/
tpm_handle.h
34
//
TpmHandle
handle;
37
class
TpmHandle
: public CommandTransceiver {
39
TpmHandle
();
40
~
TpmHandle
() override;
42
// Initializes a
TpmHandle
instance. This method must be called successfully
58
DISALLOW_COPY_AND_ASSIGN(
TpmHandle
);
tpm_handle.cc
36
TpmHandle
::
TpmHandle
() : fd_(kInvalidFileDescriptor) {}
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,
trunksd.cc
94
// -->
TpmHandle
104
low_level_transceiver = new trunks::
TpmHandle
();
Completed in 182 milliseconds