HomeSort by relevance Sort by last modified time
    Searched refs:tpm_result (Results 1 - 4 of 4) sorted by null

  /system/tpm/tpm_manager/server/
tpm_status_impl.cc 101 TSS_RESULT* tpm_result) {
112 if (tpm_result) {
113 *tpm_result = result;
tpm_status_impl.h 51 // the raw capability data. If the optional out argument |tpm_result| is
56 TSS_RESULT* tpm_result);
tpm_nvram_impl.cc 235 TSS_RESULT tpm_result = Tspi_NV_WriteValue( local
238 if (TPM_ERROR(tpm_result)) {
239 TPM_LOG(ERROR, tpm_result) << "Could not write to NVRAM space: " << index;
240 return MapTpmError(tpm_result);
282 TSS_RESULT tpm_result = local
284 if (TPM_ERROR(tpm_result)) {
285 TPM_LOG(ERROR, tpm_result) << "Could not read from NVRAM space: "
288 return MapTpmError(tpm_result);
335 TSS_RESULT tpm_result = local
337 if (TPM_ERROR(tpm_result)) {
364 TSS_RESULT tpm_result = Tspi_NV_WriteValue(nv_handle, 0, 0, &not_used); local
    [all...]
  /system/tpm/trunks/
session_manager_impl.cc 121 TPM_RC tpm_result = tpm->StartAuthSessionSync( local
129 if (tpm_result) {
131 << GetErrorString(tpm_result);
132 return tpm_result;

Completed in 86 milliseconds