Site icon EfmSoft

What does NTSTATUS 0xC029000C (STATUS_TPM_INVALID_KEYHANDLE) mean?

 
Previous Next
STATUS_TPM_INSTALL_DISABLED STATUS_TPM_KEYNOTFOUND

STATUS_TPM_INVALID_KEYHANDLE

The key handle is not a valid TPM key handle

STATUS_TPM_INVALID_KEYHANDLE is a Windows NTSTATUS value mapped from the TPM facility. 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 loaded key handles and key slots. The command supplied a handle in a position where the TPM expected a loaded key, but the handle value does not decode as a valid key handle for this TPM context.

This is a handle-format or handle-class failure. It differs from a key-not-found response, where the handle may be syntactically recognizable but does not refer to a currently loaded key. In Windows, TBS context closing can also flush TPM objects, so a handle saved by one context may not remain usable by another.

Diagnostic focus

References


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

Exit mobile version