| Previous | Next |
| TPM_20_E_NO_RESULT | TPM_E_COMMAND_BLOCKED |
TPM_20_E_SENSITIVE
TPM_20_E_SENSITIVE maps to TPM_RC_SENSITIVE. After decrypting a sensitive area, the TPM could not unmarshal it correctly. The specification deliberately uses this single status instead of exposing the detailed parse error, so the response does not reveal where a protected value failed.
What not to do
- Do not attempt to locate the failing private field by repeatedly changing ciphertext or sensitive blobs.
- Verify that the object was created, exported, and imported through compatible TPM workflows and with the required parent and protection parameters.
- When the artifact is corrupt or mismatched, recreate it from the authoritative source rather than continuing to replay it.
TCG TPM 2.0 Part 2: TPM_RC_SENSITIVE · TCG TPM 2.0 Part 3: protected object loading
Looking for a different code? Search another status or error code.
