Home
last modified time | relevance | path

Searched refs:TEEC_Context (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap4xxx/security/tf_sdk/include/
Dtee_client_api.h62 typedef struct TEEC_Context struct
65 } TEEC_Context; typedef
145 TEEC_Context* context);
148 TEEC_Context* context);
151 TEEC_Context* context,
155 TEEC_Context* context,
162 TEEC_Context* context,
Dtee_client_api_imp.h50 struct TEEC_Context* _pContext;
57 struct TEEC_Context* _pContext;
65 struct TEEC_Context* _pContext;
Dtee_client_api_ex.h73 TEEC_Context* context,
80 TEEC_Context* context,
85 TEEC_Context* context,
/hardware/ti/omap4xxx/security/tee_client_api/
Dtee_client_api_linux_driver.c157 IN TEEC_Context* pContext, in scxExchangeMessage()
355 TEEC_Context* sContext, in TEEC_GetTimeLimit()
380 TEEC_Context* pContext) in TEEC_InitializeContext()
443 void TEEC_FinalizeContext(TEEC_Context* pContext) in TEEC_FinalizeContext()
455 TEEC_Context* context, in TEEC_OpenSession()
476 TEEC_Context* context; in TEEC_CloseSession()
510 TEEC_Context* context, in TEEC_RegisterSharedMemory0()
545 TEEC_Context* context, in TEEC_RegisterSharedMemory()
557 TEEC_Context* context, in TEEC_AllocateSharedMemory()
586 TEEC_Context* context; in TEEC_ReleaseSharedMemory()
[all …]
/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_global.c51 TEEC_Context g_sContext;
105 memset(&g_sContext, 0, sizeof(TEEC_Context)); in stubFinalizeContext()
Dpkcs11_internal.h67 extern TEEC_Context g_sContext;
/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c875 static int runSession(TEEC_Context* pContext, TEEC_Session* pSession, TEEC_Operation* pOperation) in runSession()
1107 static int createSession(TEEC_Context* pContext, TEEC_Session* pSession, TEEC_Operation* pOperation) in createSession()
1185 TEEC_Context sContext; in delegation_main()