OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tpm
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
session_manager_impl.cc
67
LOG(WARNING) << "Error closing
tpm
session: " << GetErrorString(result);
99
// Then we use TPM2_StartAuthSession to start a HMAC session with the
TPM
.
100
// The
tpm
returns the tpm_nonce and the session_handle referencing the
116
Tpm
*
tpm
= factory_.GetTpm();
local
120
TPM_RC tpm_result =
tpm
->StartAuthSessionSync(kSaltingKey,
tpm_utility_impl.cc
45
// The below maximum is defined in
TPM
2.0 Library Spec Part 2 Section 13.1
50
// handles use this name formula see Table 3 in the
TPM
2.0 Library Spec Part 1
84
Tpm
*
tpm
= factory_.GetTpm();
local
85
result =
tpm
->StartupSync(TPM_SU_CLEAR, nullptr);
91
result =
tpm
->SelfTestSync(YES /* Full test. */, nullptr);
117
<< "that the
TPM
was already initialized.";
121
LOG(ERROR) << "Failed to clear the
TPM
: " << GetErrorString(result);
144
LOG(WARNING) << "WARNING: The last
TPM
shutdown was not orderly.";
147
LOG(WARNING) << "WARNING: The
TPM
is currently in lockout."
1493
Tpm*
tpm
= factory_.GetTpm();
local
[
all
...]
Completed in 103 milliseconds