Searched refs:TEEC_Context (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | tee_client_api.h | 62 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,
|
D | tee_client_api_imp.h | 50 struct TEEC_Context* _pContext; 57 struct TEEC_Context* _pContext; 65 struct TEEC_Context* _pContext;
|
D | tee_client_api_ex.h | 73 TEEC_Context* context, 80 TEEC_Context* context, 85 TEEC_Context* context,
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 157 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/ |
D | pkcs11_global.c | 51 TEEC_Context g_sContext; 105 memset(&g_sContext, 0, sizeof(TEEC_Context)); in stubFinalizeContext()
|
D | pkcs11_internal.h | 67 extern TEEC_Context g_sContext;
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | delegation_client.c | 875 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()
|