What does HRESULT 0x80280144 (TPM_20_E_AUTHSIZE) mean?

 
Previous Next
TPM_20_E_COMMAND_CODE TPM_20_E_AUTH_CONTEXT

TPM_20_E_AUTHSIZE

TPM_20_E_AUTHSIZE maps to TPM_RC_AUTHSIZE. The authorizationSize field is out of range or the authorization area contains more octets than required. This is a wire-format problem in the command authorization area, not a failed authorization value.

What to verify

  • Rebuild the authorization area from the session structures instead of reusing a byte buffer after changing session count or attributes.
  • Confirm the command tag agrees with the presence or absence of authorization sessions.
  • Differentiate from TPM_20_E_AUTH_CONTEXT, which rejects sessions on a command where sessions are not permitted at all.

TCG TPM 2.0 Part 2: TPM_RC_AUTHSIZE · TCG TPM 2.0 Part 3: authorization-session notation


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