Site icon EfmSoft

What does NTSTATUS 0xC029000E (STATUS_TPM_INAPPROPRIATE_ENC) mean?

 
Previous Next
STATUS_TPM_KEYNOTFOUND STATUS_TPM_MIGRATEFAIL

STATUS_TPM_INAPPROPRIATE_ENC

The encryption scheme is not acceptable for this TPM operation

STATUS_TPM_INAPPROPRIATE_ENC is a Windows NTSTATUS value mapped from the TPM facility. For STATUS_TPM_INAPPROPRIATE_ENC, in this package the code belongs to TPM 1.2 style command processing, where Windows software, TBS, the TPM driver, and the hardware device all may be visible in the same failure path.

The relevant area is TPM key and encryption scheme selection. TPM keys and commands carry restrictions on encryption schemes, key usage, and algorithms. This status means the requested encryption method is not permitted for the key or command being used.

The error is not just about algorithm availability. A TPM can support an algorithm globally while still rejecting a scheme for a particular key type, key usage, command, or migration/transport context. Inspect the key parameters and command-specific scheme field together.

Diagnostic focus

References for STATUS_TPM_INAPPROPRIATE_ENC


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

Exit mobile version