Home | History | Annotate | Download | only in trunks

Lines Matching refs:Tpm

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();
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.";
341 LOG(ERROR) << "Error getting random data from tpm.";
377 // This process of selecting pcrs is highlighted in TPM 2.0 Library Spec
401 LOG(ERROR) << "TPM did not return the requested PCR";
1053 // We seal data to the TPM by creating a KEYEDHASH object with sign and
1493 Tpm* tpm = factory_.GetTpm();
1522 result = tpm->CreatePrimarySync(TPM_RH_OWNER,
1541 result = tpm->EvictControlSync(TPM_RH_OWNER,
1575 result = tpm->CreatePrimarySync(TPM_RH_OWNER,
1594 result = tpm->EvictControlSync(TPM_RH_OWNER,
1652 // Currently we cannot verify the key returned by the TPM.