Searched refs:TPM_LOG (Results 1 – 5 of 5) sorted by relevance
/system/tpm/tpm_manager/server/ |
D | tpm_initializer_impl.cc | 105 TPM_LOG(ERROR, result) << "Error calling Tspi_Context_CreateObject"; in InitializeEndorsementKey() 110 TPM_LOG(ERROR, result) << "Error calling Tspi_TPM_CreateEndorsementKey"; in InitializeEndorsementKey() 127 TPM_LOG(ERROR, result) << "Error calling Tspi_Context_CreateObject"; in TakeOwnership() 133 TPM_LOG(ERROR, result) << "Error calling Tspi_GetPolicyObject"; in TakeOwnership() 141 TPM_LOG(ERROR, result) << "Error calling Tspi_Policy_SetSecret"; in TakeOwnership() 158 TPM_LOG(ERROR, result) << "Error calling Tspi_TPM_TakeOwnership, attempts: " in TakeOwnership() 172 TPM_LOG(ERROR, result) << "Error calling Tspi_Context_LoadKeyByUUID"; in InitializeSrk() 180 TPM_LOG(ERROR, result) << "Error calling Tspi_Context_CreateObject"; in InitializeSrk() 186 TPM_LOG(ERROR, result) << "Error calling Tspi_Policy_SetSecret"; in InitializeSrk() 192 TPM_LOG(ERROR, result) << "Error calling Tspi_ChangeAuth"; in InitializeSrk() [all …]
|
D | tpm_connection.cc | 55 TPM_LOG(ERROR, result) << "Error getting a handle to the TPM."; in GetTpm() 67 TPM_LOG(ERROR, result) << "Error connecting to TPM."; in ConnectContextIfNeeded() 77 TPM_LOG(ERROR, result) << "Error connecting to TPM."; in ConnectContextIfNeeded() 96 TPM_LOG(ERROR, result) << "Error getting a handle to the TPM."; in ConnectContextIfNeeded() 103 TPM_LOG(ERROR, result) << "Error calling Tspi_GetPolicyObject"; in ConnectContextIfNeeded() 112 TPM_LOG(ERROR, result) << "Error calling Tspi_Policy_SetSecret"; in ConnectContextIfNeeded()
|
D | tpm_nvram_impl.cc | 157 TPM_LOG(ERROR, result) << "Could not set size on NVRAM object: " << size; in DefineSpace() 164 TPM_LOG(ERROR, result) << "Could not set permissions on NVRAM object"; in DefineSpace() 184 TPM_LOG(ERROR, result) << "Could not define NVRAM space: " << index; in DefineSpace() 202 TPM_LOG(ERROR, result) << "Could not release NVRAM space: " << index; in DestroySpace() 239 TPM_LOG(ERROR, tpm_result) << "Could not write to NVRAM space: " << index; in WriteSpace() 285 TPM_LOG(ERROR, tpm_result) << "Could not read from NVRAM space: " in ReadSpace() 338 TPM_LOG(ERROR, tpm_result) << "Could not lock read for NVRAM space: " in LockSpace() 366 TPM_LOG(ERROR, tpm_result) << "Could not lock write for NVRAM space: " in LockSpace() 381 TPM_LOG(ERROR, result) << "Error calling Tspi_TPM_GetCapability"; in ListSpaces() 408 TPM_LOG(ERROR, result) << "Error calling Tspi_TPM_GetCapability"; in GetSpaceInfo() [all …]
|
D | tpm_util.h | 22 #define TPM_LOG(severity, result) \ macro
|
/system/tpm/attestation/common/ |
D | tpm_utility_v1.cc | 32 #define TPM_LOG(severity, result) \ macro 140 TPM_LOG(ERROR, result) << __func__ << ": Failed to load AIK."; in ActivateIdentity() 155 TPM_LOG(ERROR, result) << __func__ << ": Failed to activate identity."; in ActivateIdentity() 199 TPM_LOG(ERROR, result) << __func__ << ": Failed to create object."; in CreateCertifiedKey() 212 TPM_LOG(ERROR, result) << __func__ << ": Failed to set scheme."; in CreateCertifiedKey() 217 TPM_LOG(ERROR, result) << __func__ << ": Failed to create key."; in CreateCertifiedKey() 222 TPM_LOG(ERROR, result) << __func__ << ": Failed to load key."; in CreateCertifiedKey() 234 TPM_LOG(ERROR, result) << __func__ << ": Failed to certify key."; in CreateCertifiedKey() 282 TPM_LOG(ERROR, result) << __func__ in SealToPCR0() 296 TPM_LOG(ERROR, result) << __func__ in SealToPCR0() [all …]
|