| Previous | Next |
| STATUS_PCP_RAW_POLICY_NOT_SUPPORTED | STATUS_RTPM_PCR_READ_INCOMPLETE |
STATUS_RTPM_NO_RESULT
Remote TPM operation has no result yet
STATUS_RTPM_NO_RESULT means the caller asked for output before the remote TPM operation had an associated result. It is a workflow or lifetime problem, not necessarily a cryptographic failure from the TPM itself.
Typical causes are reading result state before the continuation step has run, using the wrong instance identifier, or cleaning up operation state before the final response is collected.
Diagnostic focus
- Verify the operation-instance identifier used for the result query.
- Check that the context reached a complete state before requesting final data.
- Trace cleanup paths that may remove per-operation state after timeout or cancellation.
References
- Microsoft: TPM Base Services
- Microsoft: CNG key storage providers
- TCG: TPM 2.0 Library specification
- Microsoft: NTSTATUS values
Looking for a different code? Search another status or error code.