Home | History | Annotate | Download | only in trunks

Lines Matching defs:tpm

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();
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.";
339 LOG(ERROR) << __func__ << ": Error getting random data from tpm.";
377 // This process of selecting pcrs is highlighted in TPM 2.0 Library Spec
399 LOG(ERROR) << __func__ << ": TPM did not return the requested PCR";
1019 // We seal data to the TPM by creating a KEYEDHASH object with sign and
1509 Tpm* tpm = factory_.GetTpm();
1537 result = tpm->CreatePrimarySync(
1549 result = tpm->EvictControlSync(TPM_RH_OWNER, NameFromHandle(TPM_RH_OWNER),
1580 result = tpm->CreatePrimarySync(
1592 result = tpm->EvictControlSync(TPM_RH_OWNER, NameFromHandle(TPM_RH_OWNER),
1648 // Currently we cannot verify the key returned by the TPM.