/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
D | mtc.c | 63 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()
|
D | pkcs11_session.c | 96 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()
|
D | pkcs11_object.c | 297 teeErr = TEEC_InvokeCommand( &pSession->sSession, in static_C_CallInit() 376 teeErr = TEEC_InvokeCommand(&pSession->sSession, in static_C_CallForSingle() 479 teeErr = TEEC_InvokeCommand( &pSession->sSession, in static_C_CallUpdate() 684 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_CreateObject() 728 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_DestroyObject() 778 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_GetAttributeValue() 837 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_FindObjectsInit() 882 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_FindObjects() 917 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_FindObjectsFinal() 1228 teeErr = TEEC_InvokeCommand( &pSession->sSession, in C_GenerateKey() [all …]
|
D | pkcs11_internal.h | 105 TEEC_Session sSession; member
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | mtc.c | 63 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()
|
D | pkcs11_session.c | 96 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()
|
D | pkcs11_object.c | 300 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 …]
|
D | pkcs11_internal.h | 105 TEEC_Session sSession; member
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | delegation_client.c | 1186 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()
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | delegation_client.c | 1352 TEEC_Session sSession; in delegation_main() local 1559 if(createSession(&sContext, &sSession, &sOperation) == 0) in delegation_main() 1562 runSession(&sContext, &sSession, &sOperation); in delegation_main()
|