Site icon EfmSoft

What does HRESULT 0x80280146 (TPM_20_E_NV_RANGE) mean?

 
Previous Next
TPM_20_E_AUTH_CONTEXT TPM_20_E_NV_SIZE

TPM_20_E_NV_RANGE

TPM_20_E_NV_RANGE applies to an operation on an existing TPM 2.0 NV index. The requested offset and byte count do not fit within the index's declared dataSize. It is an I/O-range error for a defined index, not a failure to allocate a new one.

Why it happens

How to distinguish it

CodeMeaning
TPM_20_E_NV_RANGEA request is outside the byte range of an existing index.
TPM_20_E_NV_SIZEThe requested size is invalid while defining an NV index.
TPM_20_E_NV_SPACEThe TPM lacks enough total nonvolatile storage for a new allocation.

What to inspect

References: TCG TPM 2.0 Library Part 3: Commands and tpm2_nvreadpublic documentation.


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

Exit mobile version