?? tss_error.h
字號:
//
// MessageText:
//
// No key information is currently available.
//
#define TSS_E_KEY_NOT_SET (UINT32)(TSS_E_BASE + 0x10FL)
//
// MessageId: TSS_E_VALIDATION_FAILED
//
// MessageText:
//
// Internal validation of data failed.
//
#define TSS_E_VALIDATION_FAILED (UINT32)(TSS_E_BASE + 0x110L)
//
// MessageId: TSS_E_TSP_AUTHREQUIRED
//
// MessageText:
//
// Authorization is required.
//
#define TSS_E_TSP_AUTHREQUIRED (UINT32)(TSS_E_BASE + 0x111L)
//
// MessageId: TSS_E_TSP_AUTH2REQUIRED
//
// MessageText:
//
// Multiple authorization is required.
//
#define TSS_E_TSP_AUTH2REQUIRED (UINT32)(TSS_E_BASE + 0x112L)
//
// MessageId: TSS_E_TSP_AUTHFAIL
//
// MessageText:
//
// Authorization failed.
//
#define TSS_E_TSP_AUTHFAIL (UINT32)(TSS_E_BASE + 0x113L)
//
// MessageId: TSS_E_TSP_AUTH2FAIL
//
// MessageText:
//
// Multiple authorization failed.
//
#define TSS_E_TSP_AUTH2FAIL (UINT32)(TSS_E_BASE + 0x114L)
//
// MessageId: TSS_E_KEY_NO_MIGRATION_POLICY
//
// MessageText:
//
// There's no migration policy object set for the addressed key.
//
#define TSS_E_KEY_NO_MIGRATION_POLICY (UINT32)(TSS_E_BASE + 0x115L)
//
// MessageId: TSS_E_POLICY_NO_SECRET
//
// MessageText:
//
// No secret information is currently available for the addressed policy object.
//
#define TSS_E_POLICY_NO_SECRET (UINT32)(TSS_E_BASE + 0x116L)
//
// MessageId: TSS_E_INVALID_OBJ_ACCESS
//
// MessageText:
//
// The operation failed due to an invalid object status.
//
#define TSS_E_INVALID_OBJ_ACCESS (UINT32)(TSS_E_BASE + 0x117L)
//
// MessageId: TSS_E_INVALID_ENCSCHEME
//
// MessageText:
//
//
//
#define TSS_E_INVALID_ENCSCHEME (UINT32)(TSS_E_BASE + 0x118L)
//
// MessageId: TSS_E_INVALID_SIGSCHEME
//
// MessageText:
//
//
//
#define TSS_E_INVALID_SIGSCHEME (UINT32)(TSS_E_BASE + 0x119L)
//
// MessageId: TSS_E_ENC_INVALID_LENGTH
//
// MessageText:
//
//
//
#define TSS_E_ENC_INVALID_LENGTH (UINT32)(TSS_E_BASE + 0x120L)
//
// MessageId: TSS_E_ENC_NO_DATA
//
// MessageText:
//
//
//
#define TSS_E_ENC_NO_DATA (UINT32)(TSS_E_BASE + 0x121L)
//
// MessageId: TSS_E_ENC_INVALID_TYPE
//
// MessageText:
//
//
//
#define TSS_E_ENC_INVALID_TYPE (UINT32)(TSS_E_BASE + 0x122L)
//
// MessageId: TSS_E_INVALID_KEYUSAGE
//
// MessageText:
//
//
//
#define TSS_E_INVALID_KEYUSAGE (UINT32)(TSS_E_BASE + 0x123L)
//
// MessageId: TSS_E_VERIFICATION_FAILED
//
// MessageText:
//
//
//
#define TSS_E_VERIFICATION_FAILED (UINT32)(TSS_E_BASE + 0x124L)
//
// MessageId: TSS_E_HASH_NO_IDENTIFIER
//
// MessageText:
//
// Hash algorithm identifier not set.
//
#define TSS_E_HASH_NO_IDENTIFIER (UINT32)(TSS_E_BASE + 0x125L)
//
// MessageId: TSS_E_INVALID_HANDLE
//
// MessageText:
//
// An invalid handle
//
#define TSS_E_INVALID_HANDLE (UINT32)(TSS_E_BASE + 0x126L)
//
// MessageId: TSS_E_SILENT_CONTEXT
//
// MessageText:
//
// A silent context requires user input
//
#define TSS_E_SILENT_CONTEXT (UINT32)(TSS_E_BASE + 0x127L)
//
// MessageId: TSS_E_EK_CHECKSUM
//
// MessageText:
//
// TSP is instructed to verify the EK checksum and it does not verify.
//
#define TSS_E_EK_CHECKSUM (UINT32)(TSS_E_BASE + 0x128L)
//
// MessageId: TSS_E_DELGATION_NOTSET
//
// MessageText:
//
// The Policy object does not have a delegation blob set.
//
#define TSS_E_DELEGATION_NOTSET (UINT32)(TSS_E_BASE + 0x129L)
//
// MessageId: TSS_E_DELFAMILY_NOTFOUND
//
// MessageText:
//
// The specified delegation family was not found
//
#define TSS_E_DELFAMILY_NOTFOUND (UINT32)(TSS_E_BASE + 0x130L)
//
// MessageId: TSS_E_DELFAMILY_ROWEXISTS
//
// MessageText:
//
// The specified delegation family table row is already in use and
// the command flags does not allow the TSS to overwrite the existing
// entry.
//
#define TSS_E_DELFAMILY_ROWEXISTS (UINT32)(TSS_E_BASE + 0x131L)
//
// MessageId: TSS_E_VERSION_MISMATCH
//
// MessageText:
//
// The specified delegation family table row is already in use and
// the command flags does not allow the TSS to overwrite the existing
// entry.
//
#define TSS_E_VERSION_MISMATCH (UINT32)(TSS_E_BASE + 0x132L)
//
// MessageId: TSS_E_DAA_AR_DECRYPTION_ERROR
//
// Decryption of the encrypted pseudonym has failed, due to
// either a wrong secret key or a wrong decryption condition.
//
#define TSS_E_DAA_AR_DECRYPTION_ERROR (UINT32)(TSS_E_BASE + 0x133L)
//
// MessageId: TSS_E_DAA_AUTHENTICATION_ERROR
//
// The TPM could not be authenticated by the DAA Issuer.
//
#define TSS_E_DAA_AUTHENTICATION_ERROR (UINT32)(TSS_E_BASE + 0x134L)
//
// MessageId: TSS_E_DAA_CHALLENGE_RESPONSE_ERROR
//
// DAA Challenge response error.
//
#define TSS_E_DAA_CHALLENGE_RESPONSE_ERROR (UINT32)(TSS_E_BASE + 0x135L)
//
// MessageId: TSS_E_DAA_CREDENTIAL_PROOF_ERROR
//
// Verification of the credential TSS_DAA_CRED_ISSUER issued by
// the DAA Issuer has failed.
//
#define TSS_E_DAA_CREDENTIAL_PROOF_ERROR (UINT32)(TSS_E_BASE + 0x136L)
//
// MessageId: TSS_E_DAA_CREDENTIAL_REQUEST_PROOF_ERROR
//
// Verification of the platform's credential request
// TSS_DAA_CREDENTIAL_REQUEST has failed.
//
#define TSS_E_DAA_CREDENTIAL_REQUEST_PROOF_ERROR (UINT32)(TSS_E_BASE + 0x137L)
//
// MessageId: TSS_E_DAA_ISSUER_KEY_ERROR
//
// DAA Issuer's authentication key chain could not be verified or
// is not correct.
//
#define TSS_E_DAA_ISSUER_KEY_ERROR (UINT32)(TSS_E_BASE + 0x138L)
//
// MessageId: TSS_E_DAA_PSEUDONYM_ERROR
//
// While verifying the pseudonym of the TPM, the private key of the
// TPM was found on the rogue list.
//
#define TSS_E_DAA_PSEUDONYM_ERROR (UINT32)(TSS_E_BASE + 0x139L)
//
// MessageId: TSS_E_INVALID_RESOURCE
//
// Pointer to memory wrong.
//
#define TSS_E_INVALID_RESOURCE (UINT32)(TSS_E_BASE + 0x13AL)
//
// MessageId: TSS_E_NV_AREA_EXIST
//
// The NV area referenced already exists
//
#define TSS_E_NV_AREA_EXIST (UINT32)(TSS_E_BASE + 0x13BL)
//
// MessageId: TSS_E_NV_AREA_NOT_EXIST
//
// The NV area referenced doesn't exist
//
#define TSS_E_NV_AREA_NOT_EXIST (UINT32)(TSS_E_BASE + 0x13CL)
//
// MessageId: TSS_E_TSP_TRANS_AUTHFAIL
//
// The transport session authorization failed
//
#define TSS_E_TSP_TRANS_AUTHFAIL (UINT32)(TSS_E_BASE + 0x13DL)
//
// MessageId: TSS_E_TSP_TRANS_AUTHREQUIRED
//
// Authorization for transport is required
//
#define TSS_E_TSP_TRANS_AUTHREQUIRED (UINT32)(TSS_E_BASE + 0x13EL)
//
// MessageId: TSS_E_TSP_TRANS_NOT_EXCLUSIVE
//
// A command was executed outside of an exclusive transport session.
//
#define TSS_E_TSP_TRANS_NOTEXCLUSIVE (UINT32)(TSS_E_BASE + 0x13FL)
//
// MessageId: TSS_E_TSP_TRANS_FAIL
//
// Generic transport protection error.
//
#define TSS_E_TSP_TRANS_FAIL (UINT32)(TSS_E_BASE + 0x140L)
//
// MessageId: TSS_E_TSP_TRANS_NO_PUBKEY
//
// A command could not be executed through a logged transport session
// because the command used a key and the key's public key is not
// known to the TSP.
//
#define TSS_E_TSP_TRANS_NO_PUBKEY (UINT32)(TSS_E_BASE + 0x141L)
//
// MessageId: TSS_E_NO_ACTIVE_COUNTER
//
// The TPM active counter has not been set yet.
//
#define TSS_E_NO_ACTIVE_COUNTER (UINT32)(TSS_E_BASE + 0x142L)
#endif // __TSS_ERROR_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -