HomeSort by relevance Sort by last modified time
    Searched refs:nTeeError (Results 1 - 10 of 10) sorted by null

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_session.c 54 TEEC_Result nTeeError;
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 = TEEC_InvokeCommand(&pSession->sSession
    [all...]
pkcs11_global.c 77 TEEC_Result nTeeError;
85 nTeeError = TEEC_InitializeContext(NULL, &g_sContext);
86 if (nTeeError == TEEC_SUCCESS)
91 return nTeeError;
202 TEEC_Result nTeeError;
216 nTeeError = stubInitializeContext();
217 if (nTeeError == TEEC_SUCCESS)
221 nErrorCode = ckInternalTeeErrorToCKError(nTeeError);
mtc.c 126 TEEC_Result nTeeError;
131 nTeeError = TEEC_SUCCESS;
135 nTeeError = stubInitializeContext();
136 if (nTeeError == TEEC_SUCCESS)
143 return nTeeError;
sst_stub.c 84 TEEC_Result nTeeError = TEEC_SUCCESS;
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/
pkcs11_session.c 54 TEEC_Result nTeeError;
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 = TEEC_InvokeCommand(&pSession->sSession
    [all...]
pkcs11_global.c 77 TEEC_Result nTeeError;
85 nTeeError = TEEC_InitializeContext(NULL, &g_sContext);
86 if (nTeeError == TEEC_SUCCESS)
91 return nTeeError;
202 TEEC_Result nTeeError;
216 nTeeError = stubInitializeContext();
217 if (nTeeError == TEEC_SUCCESS)
221 nErrorCode = ckInternalTeeErrorToCKError(nTeeError);
mtc.c 126 TEEC_Result nTeeError;
131 nTeeError = TEEC_SUCCESS;
135 nTeeError = stubInitializeContext();
136 if (nTeeError == TEEC_SUCCESS)
143 return nTeeError;
sst_stub.c 85 TEEC_Result nTeeError = TEEC_SUCCESS;
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/omap4-aah/security/tf_daemon/
delegation_client.c 1000 TEEC_Result nTeeError;
1021 nTeeError = TEEC_InvokeCommand(pSession,
1027 if (nTeeError != TEEC_SUCCESS)
1029 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError);
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 882 TEEC_Result nTeeError;
903 nTeeError = TEEC_InvokeCommand(pSession,
909 if (nTeeError != TEEC_SUCCESS)
911 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError);
    [all...]

Completed in 126 milliseconds