Lines Matching refs:kSapiErrorBase
34 const TPM_RC kSapiErrorBase = (9 << 12); variable
58 const TPM_RC SAPI_RC_INVALID_SESSIONS = kSapiErrorBase + 1;
59 const TPM_RC SAPI_RC_ABI_MISMATCH = kSapiErrorBase + 2;
60 const TPM_RC SAPI_RC_INSUFFICIENT_BUFFER = kSapiErrorBase + 3;
61 const TPM_RC SAPI_RC_BAD_PARAMETER = kSapiErrorBase + 4;
62 const TPM_RC SAPI_RC_BAD_SEQUENCE = kSapiErrorBase + 5;
63 const TPM_RC SAPI_RC_NO_DECRYPT_PARAM = kSapiErrorBase + 6;
64 const TPM_RC SAPI_RC_NO_ENCRYPT_PARAM = kSapiErrorBase + 7;
65 const TPM_RC SAPI_RC_NO_RESPONSE_RECEIVED = kSapiErrorBase + 8;
66 const TPM_RC SAPI_RC_BAD_SIZE = kSapiErrorBase + 9;
67 const TPM_RC SAPI_RC_CORRUPTED_DATA = kSapiErrorBase + 10;
68 const TPM_RC SAPI_RC_INSUFFICIENT_CONTEXT = kSapiErrorBase + 11;
69 const TPM_RC SAPI_RC_INSUFFICIENT_RESPONSE = kSapiErrorBase + 12;
70 const TPM_RC SAPI_RC_INCOMPATIBLE_TCTI = kSapiErrorBase + 13;
71 const TPM_RC SAPI_RC_MALFORMED_RESPONSE = kSapiErrorBase + 14;
72 const TPM_RC SAPI_RC_BAD_TCTI_STRUCTURE = kSapiErrorBase + 15;