Site icon EfmSoft

What does HRESULT 0x80280147 (TPM_20_E_NV_SIZE) mean?

 
Previous Next
TPM_20_E_NV_RANGE TPM_20_E_NV_LOCKED

TPM_20_E_NV_SIZE

TPM_20_E_NV_SIZE is returned while defining an NV index whose requested dataSize is larger than the TPM permits for that index. The failure concerns the size of one proposed index, before normal read or write operations can use it.

What determines the limit

What to inspect

Safe recovery

Choose a smaller design only when it still preserves the required security properties. Splitting a protected value across several indices changes the authorization and lifecycle model, so it must be an explicit design decision rather than a blind retry.

References: TCG TPM 2.0 Library Part 2: Structures and tpm2_nvreadpublic documentation.


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

Exit mobile version