OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nTeeError
(Results
1 - 5
of
5
) sorted by null
/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/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 41 milliseconds