Go to the source code of this file.
◆ TA_CloseSessionEntryPoint()
| void TA_EXPORT TA_CloseSessionEntryPoint |
( |
void * |
sessionContext | ) |
|
◆ TA_CreateEntryPoint()
◆ TA_DestroyEntryPoint()
| void TA_EXPORT TA_DestroyEntryPoint |
( |
void |
| ) |
|
◆ TA_InvokeCommandEntryPoint()
| TEE_Result TA_EXPORT TA_InvokeCommandEntryPoint |
( |
void * |
sessionContext, |
|
|
uint32_t |
commandID, |
|
|
uint32_t |
paramTypes, |
|
|
TEE_Param |
params[TEE_NUM_PARAMS] |
|
) |
| |
◆ TA_OpenSessionEntryPoint()
| TEE_Result TA_EXPORT TA_OpenSessionEntryPoint |
( |
uint32_t |
paramTypes, |
|
|
TEE_Param |
params[TEE_NUM_PARAMS], |
|
|
void ** |
sessionContext |
|
) |
| |