The TEEC_Context structure is used to contain control information related to the TEE. More...
#include <otz_tee_client_api.h>
Public Attributes | |
| uint32_t | fd |
| int | session_count |
| uint32_t | shared_mem_cnt |
| struct list | shared_mem_list |
| int | s_errno |
The TEEC_Context structure is used to contain control information related to the TEE.
| uint32_t TEEC_Context::fd |
Implementation-defined variables
Device identifier
| int TEEC_Context::s_errno |
Error number from the client driver
| int TEEC_Context::session_count |
Sessions count of the device
| uint32_t TEEC_Context::shared_mem_cnt |
Shared memory counter which got created for this context
| struct list TEEC_Context::shared_mem_list |
Shared memory list
1.8.6