Searched defs:nTeeError (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dmtc.c126 TEEC_Result nTeeError; local
131 nTeeError = TEEC_SUCCESS;
135 nTeeError = stubInitializeContext();
136 if (nTeeError == TEEC_SUCCESS)
143 return nTeeError;
H A Dpkcs11_global.c77 TEEC_Result nTeeError; local
85 nTeeError = TEEC_InitializeContext(NULL, &g_sContext);
86 if (nTeeError == TEEC_SUCCESS)
91 return nTeeError;
202 TEEC_Result nTeeError; local
216 nTeeError = stubInitializeContext();
217 if (nTeeError == TEEC_SUCCESS)
221 nErrorCode = ckInternalTeeErrorToCKError(nTeeError);
H A Dpkcs11_session.c54 TEEC_Result nTeeError; local
146 nTeeError = TEEC_ReadSignatureFile((void **)&pSignatureFile, &nSignatureFileLen);
147 if (nTeeError != TEEC_ERROR_ITEM_NOT_FOUND)
149 if (nTeeError != TEEC_SUCCESS)
170 nTeeError = TEEC_OpenSession(&g_sContext,
178 if (nTeeError != TEEC_SUCCESS)
182 if ( (nTeeError == TEEC_ERROR_NOT_SUPPORTED) &&
203 nTeeError = TEEC_InvokeCommand(&pSession->sSession,
208 if (nTeeError != TEEC_SUCCESS)
253 nTeeError
296 TEEC_Result nTeeError; local
[all...]
H A Dsst_stub.c84 TEEC_Result nTeeError = TEEC_SUCCESS; local
95 nTeeError = TEEC_SUCCESS;
99 nTeeError = stubInitializeContext();
100 if (nTeeError != TEEC_SUCCESS)
108 nTeeError = TEEC_ReadSignatureFile(&pSignatureFile, &nSignatureFileLen);
109 if (nTeeError == TEEC_ERROR_ITEM_NOT_FOUND)
115 if (nTeeError != TEEC_SUCCESS)
126 nTeeError = TEEC_OpenSession(&g_sContext,
134 if (nTeeError != TEEC_SUCCESS)
147 return static_SSTConvertErrorCode(nTeeError);
[all...]
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dmtc.c126 TEEC_Result nTeeError; local
131 nTeeError = TEEC_SUCCESS;
135 nTeeError = stubInitializeContext();
136 if (nTeeError == TEEC_SUCCESS)
143 return nTeeError;
H A Dpkcs11_global.c77 TEEC_Result nTeeError; local
85 nTeeError = TEEC_InitializeContext(NULL, &g_sContext);
86 if (nTeeError == TEEC_SUCCESS)
91 return nTeeError;
202 TEEC_Result nTeeError; local
216 nTeeError = stubInitializeContext();
217 if (nTeeError == TEEC_SUCCESS)
221 nErrorCode = ckInternalTeeErrorToCKError(nTeeError);
H A Dpkcs11_session.c54 TEEC_Result nTeeError; local
146 nTeeError = TEEC_ReadSignatureFile((void **)&pSignatureFile, &nSignatureFileLen);
147 if (nTeeError != TEEC_ERROR_ITEM_NOT_FOUND)
149 if (nTeeError != TEEC_SUCCESS)
170 nTeeError = TEEC_OpenSession(&g_sContext,
178 if (nTeeError != TEEC_SUCCESS)
182 if ( (nTeeError == TEEC_ERROR_NOT_SUPPORTED) &&
203 nTeeError = TEEC_InvokeCommand(&pSession->sSession,
208 if (nTeeError != TEEC_SUCCESS)
253 nTeeError
296 TEEC_Result nTeeError; local
[all...]
H A Dsst_stub.c85 TEEC_Result nTeeError = TEEC_SUCCESS; local
96 nTeeError = TEEC_SUCCESS;
100 nTeeError = stubInitializeContext();
101 if (nTeeError != TEEC_SUCCESS)
109 nTeeError = TEEC_ReadSignatureFile(&pSignatureFile, &nSignatureFileLen);
110 if (nTeeError == TEEC_ERROR_ITEM_NOT_FOUND)
116 if (nTeeError != TEEC_SUCCESS)
127 nTeeError = TEEC_OpenSession(&g_sContext,
135 if (nTeeError != TEEC_SUCCESS)
148 return static_SSTConvertErrorCode(nTeeError);
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c882 TEEC_Result nTeeError; local
903 nTeeError = TEEC_InvokeCommand(pSession,
909 if (nTeeError != TEEC_SUCCESS)
911 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError);
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c1000 TEEC_Result nTeeError; local
1021 nTeeError = TEEC_InvokeCommand(pSession,
1027 if (nTeeError != TEEC_SUCCESS)
1029 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError);

Completed in 105 milliseconds