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

  /system/tpm/trunks/
error_codes.cc 161 case trunks::TPM_RC_BAD_AUTH:
162 return "TPM_RC_BAD_AUTH";
tpm_utility_impl.cc 114 if (GetFormatOneError(result) == TPM_RC_BAD_AUTH) {
160 if (GetFormatOneError(result) == TPM_RC_BAD_AUTH) {
307 if ((GetFormatOneError(result) == TPM_RC_BAD_AUTH) &&
    [all...]
tpm_generated.h 714 constexpr TPM_RC TPM_RC_BAD_AUTH = RC_FMT1 + 0x022;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2NVStorage.c 611 case TPM_RC_BAD_AUTH + RC_NV_Read_authHandle + TPM_RC_S:
751 case TPM_RC_BAD_AUTH + RC_NV_Write_authHandle + TPM_RC_S:
    [all...]
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 113 case trunks::TPM_RC_BAD_AUTH:
  /external/tpm2/
SessionProcess.c 78 // TPM_RC_BAD_AUTH authorization failure did not cause DA lockout to increment
94 return TPM_RC_BAD_AUTH;
109 // TPM_RC_BAD_AUTH
110 return TPM_RC_BAD_AUTH;
525 // TPM_RC_BAD_AUTH auth fails but DA does not apply
673 // the failure caused the failureCount to increment. Otherwise, it will return TPM_RC_BAD_AUTH.
678 // TPM_RC_BAD_AUTH auth failure did not cause failureCount increment
    [all...]
tpm_types.h 121 #define TPM_RC_BAD_AUTH ((TPM_RC)(RC_FMT1 + 0x022))
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 405 #define TPM_RC_BAD_AUTH (TPM_RC)(RC_FMT1 + 0x022)
    [all...]

Completed in 121 milliseconds