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

  /external/tpm2/
ClearControl.c 14 // TPM_RC_AUTH_FAIL authorization is not properly given
33 return TPM_RC_AUTH_FAIL;
SessionProcess.c 77 // TPM_RC_AUTH_FAIL authorization failure that caused DA lockout to increment
155 return TPM_RC_AUTH_FAIL;
524 // TPM_RC_AUTH_FAIL auth fails and increments DA failure count
672 // If the authorizations are not the same, IncrementLockout() is called. It will return TPM_RC_AUTH_FAIL if
677 // TPM_RC_AUTH_FAIL auth failure caused failureCount increment
    [all...]
tpm_types.h 106 #define TPM_RC_AUTH_FAIL ((TPM_RC)(RC_FMT1 + 0x00E))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 83 case trunks::TPM_RC_AUTH_FAIL: return "TPM_RC_AUTH_FAIL";
tpm_generated.h 668 const TPM_RC TPM_RC_AUTH_FAIL = RC_FMT1 + 0x00E;
    [all...]

Completed in 369 milliseconds