Searched refs:kTrunksErrorBase (Results 1 – 1 of 1) sorted by relevance
32 const TPM_RC kTrunksErrorBase = (7 << 12); variable38 const TPM_RC TRUNKS_RC_AUTHORIZATION_FAILED = kTrunksErrorBase + 1;39 const TPM_RC TRUNKS_RC_ENCRYPTION_FAILED = kTrunksErrorBase + 2;40 const TPM_RC TRUNKS_RC_READ_ERROR = kTrunksErrorBase + 3;41 const TPM_RC TRUNKS_RC_WRITE_ERROR = kTrunksErrorBase + 4;42 const TPM_RC TRUNKS_RC_IPC_ERROR = kTrunksErrorBase + 5;43 const TPM_RC TRUNKS_RC_SESSION_SETUP_ERROR = kTrunksErrorBase + 6;