Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dsst_stub.c287 nError = TEEC_InvokeCommand(pSession, in SSTOpen()
320 nError = TEEC_InvokeCommand(pSession, in SSTCloseHandle()
359 nError = TEEC_InvokeCommand(pSession, in SSTWrite()
401 nError = TEEC_InvokeCommand(pSession, in SSTRead()
441 nError = TEEC_InvokeCommand(pSession, in SSTSeek()
471 nError = TEEC_InvokeCommand(pSession, in SSTGetOffsetAndSize()
526 nError = TEEC_InvokeCommand(pSession, in SSTGetSize()
576 nError = TEEC_InvokeCommand(pSession, in SSTCloseAndDelete()
601 nError = TEEC_InvokeCommand(pSession, in SSTTruncate()
639 nError = TEEC_InvokeCommand(pSession, in SSTRename()
[all …]
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 …]
Dmtc.c108 nError = TEEC_InvokeCommand(&pSession->sSession, in static_getMonotonicCounter()
208 nError = TEEC_InvokeCommand(&pSession->sSession, in SMonotonicCounterOpen()
252 (void)TEEC_InvokeCommand(&pSession->sSession, in SMonotonicCounterClose()
Dpkcs11_session.c203 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()
374 nTeeError = TEEC_InvokeCommand(&pSession->sSession, in C_CloseSession()
/hardware/ti/omap4xxx/security/tf_sdk/include/
Dtee_client_api.h173 TEEC_Result TEEC_EXPORT TEEC_InvokeCommand(
/hardware/ti/omap4xxx/security/tee_client_api/
Dtee_client_api_linux_driver.c493 TEEC_Result TEEC_InvokeCommand( in TEEC_InvokeCommand() function
/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c903 nTeeError = TEEC_InvokeCommand(pSession, in runSession()