Searched refs:TEEC_InvokeCommand (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | sst_stub.c | 287 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 …]
|
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 | mtc.c | 108 nError = TEEC_InvokeCommand(&pSession->sSession, in static_getMonotonicCounter() 208 nError = TEEC_InvokeCommand(&pSession->sSession, in SMonotonicCounterOpen() 252 (void)TEEC_InvokeCommand(&pSession->sSession, in SMonotonicCounterClose()
|
D | pkcs11_session.c | 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() 374 nTeeError = TEEC_InvokeCommand(&pSession->sSession, in C_CloseSession()
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | tee_client_api.h | 173 TEEC_Result TEEC_EXPORT TEEC_InvokeCommand(
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 493 TEEC_Result TEEC_InvokeCommand( in TEEC_InvokeCommand() function
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | delegation_client.c | 903 nTeeError = TEEC_InvokeCommand(pSession, in runSession()
|