Site icon EfmSoft

What does NTSTATUS 0xC0290000 (STATUS_TPM_ERROR_MASK) mean?

 
Previous Next
STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED STATUS_TPM_AUTHFAIL

STATUS_TPM_ERROR_MASK

TPM facility mask used when decoding hardware responses

STATUS_TPM_ERROR_MASK belongs to the TPM NTSTATUS range, but it is best treated as a decoding helper rather than as an ordinary command result. The AllStat text identifies it as the mask used to convert TPM hardware errors into Windows error values.

When this value appears in code or logs, the important question is whether the caller logged the mask itself or an actual TPM response after masking. For diagnosis, keep the raw TPM return code, the translated NTSTATUS value, and the Windows component that performed the translation together.

This differs from statuses such as STATUS_TPM_BAD_HANDLE or STATUS_TPM_DAA_RESOURCES, which describe a specific TPM command failure. A page or logger should avoid presenting this mask as proof that the TPM executed and rejected a command.

Diagnostic focus

References


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

Exit mobile version