Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC0290025 (STATUS_TPM_WRONG_ENTITYTYPE)?

 
Anterior Siguiente
STATUS_TPM_INVALID_KEYUSAGE STATUS_TPM_INVALID_POSTINIT

STATUS_TPM_WRONG_ENTITYTYPE

Qué significa STATUS_TPM_WRONG_ENTITYTYPE

STATUS_TPM_WRONG_ENTITYTYPE indica que el command recibió una entidad de la clase equivocada: key, auth session, counter, owner, NV resource u otro tipo no es intercambiable.

Un handle puede ser numéricamente válido y aun así designar el tipo incorrecto para ese slot del command.

Qué comprobar

  • Cada handle y entity class esperado por el prototype.
  • Orden de marshaling para commands con varios handles.
  • Virtualization/flush que pudiera cambiar el mapping del resource.
  • No «arregle» sólo el número del handle sin verificar el tipo del objeto.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version