Home
last modified time | relevance | path

Searched refs:sSession (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dmtc.c63 TEEC_Session sSession; member
108 nError = TEEC_InvokeCommand(&pSession->sSession, in static_getMonotonicCounter()
193 &pSession->sSession, in SMonotonicCounterOpen()
208 nError = TEEC_InvokeCommand(&pSession->sSession, in SMonotonicCounterOpen()
214 TEEC_CloseSession(&pSession->sSession); in SMonotonicCounterOpen()
252 (void)TEEC_InvokeCommand(&pSession->sSession, in SMonotonicCounterClose()
258 TEEC_CloseSession(&pSession->sSession); in SMonotonicCounterClose()
Dpkcs11_session.c96 memset(&pSession->sSession, 0, sizeof(TEEC_Session)); in C_OpenSession()
171 &pSession->sSession, /* OUT session */ in C_OpenSession()
203 nTeeError = TEEC_InvokeCommand(&pSession->sSession, in C_OpenSession()
253 nTeeError = TEEC_InvokeCommand(&pSession->sSession, in C_OpenSession()
321 nTeeError = TEEC_InvokeCommand(&pSession->sSession, in C_CloseSession()
332 TEEC_CloseSession(&pSession->sSession); in C_CloseSession()
333 memset(&pSession->sSession, 0, sizeof(TEEC_Session)); in C_CloseSession()
374 nTeeError = TEEC_InvokeCommand(&pSession->sSession, in C_CloseSession()
Dpkcs11_object.c300 teeErr = TEEC_InvokeCommand( &pSession->sSession, in static_C_CallInit()
379 teeErr = TEEC_InvokeCommand(&pSession->sSession, in static_C_CallForSingle()
482 teeErr = TEEC_InvokeCommand( &pSession->sSession, in static_C_CallUpdate()
687 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_CreateObject()
731 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_DestroyObject()
781 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_GetAttributeValue()
840 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_FindObjectsInit()
885 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_FindObjects()
920 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_FindObjectsFinal()
1231 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_GenerateKey()
[all …]
Dpkcs11_internal.h105 TEEC_Session sSession; member
/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c1186 TEEC_Session sSession; in delegation_main() local
1393 if(createSession(&sContext, &sSession, &sOperation) == 0) in delegation_main()
1396 runSession(&sContext, &sSession, &sOperation); in delegation_main()