HomeSort by relevance Sort by last modified time
    Searched defs:tpm (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
session_manager_impl.cc 68 LOG(WARNING) << "Error closing tpm session: " << GetErrorString(result);
100 // Then we use TPM2_StartAuthSession to start a HMAC session with the TPM.
101 // The tpm returns the tpm_nonce and the session_handle referencing the
117 Tpm* tpm = factory_.GetTpm(); local
121 TPM_RC tpm_result = tpm->StartAuthSessionSync(
tpm_utility_impl.cc 46 // The below maximum is defined in TPM 2.0 Library Spec Part 2 Section 13.1
51 // 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.";
122 << ": Failed to clear the TPM: " << GetErrorString(result);
147 << ": WARNING: The last TPM shutdown was not orderly.";
150 LOG(WARNING) << __func__ << ": WARNING: The TPM is currently in lockout."
1509 Tpm* tpm = factory_.GetTpm(); local
    [all...]

Completed in 172 milliseconds