Site icon EfmSoft

What does HRESULT 0x802800A2 (TPM_20_E_BAD_AUTH) mean?

 
Previous Next
TPM_20_E_RESERVED_BITS TPM_20_E_EXPIRED

TPM_20_E_BAD_AUTH

This response means that the TPM rejected a password or HMAC authorization, but the failure does not carry the dictionary-attack consequences of TPM_20_E_AUTH_FAIL. It is still a proof-of-knowledge failure, not evidence that a key, PCR value or TPM driver is corrupt.

What can make a correct secret produce this code

How to diagnose it

Identify whether the caller used a password session, HMAC session or policy session with an auth-value requirement. Trace the command and session state through the same TPM stack that produced the request. Do not switch randomly between empty and non-empty passwords: first check the object public attributes, configured policy and the exact handle being authorized.

TCG: HMAC and password authorization checks · tpm2_startauthsession · tpm2_policypassword


Looking for a different code? Search another status or error code.

Exit mobile version