![]() |
mTower
|
!! change from 8 to 4 More...
#include <tee.h>
Data Fields | |
| uint32_t | func |
| uint32_t | session |
| uint32_t | cancel_id |
| uint32_t | ret |
| uint32_t | ret_origin |
| uint32_t | num_params |
!! change from 8 to 4
TEE_IOC_OPEN_SESSION - opens a session to a Trusted Application
Takes a struct tee_ioctl_buf_data which contains a struct tee_ioctl_open_session_arg followed by any array of struct tee_ioctl_param struct tee_ioctl_invoke_func_arg - Invokes a function in a Trusted Application : [in] Trusted Application function, specific to the TA : [in] Session id : [in] Cancellation id, a unique value to identify this request : [out] return value [out] origin of the return value [in] number of parameters following this struct
1.8.13