Searched defs:tee_open_session_arg (Results 1 – 1 of 1) sorted by relevance
205 struct tee_open_session_arg { struct206 uint8_t uuid[TEE_UUID_LEN]; /**< [in] UUID of the Trusted Application */207 uint8_t clnt_uuid[TEE_UUID_LEN]; /**< [in] UUID of client */208 uint32_t clnt_login; /**< login class of client, TEE_IOCTL_LOGIN_* above */209 uint32_t cancel_id; /**< [in] cancellation id, a unique value to identify this request */210 uint32_t session; /**< [out] session id */211 uint32_t ret; /**< [out] return value */212 uint32_t ret_origin; /**< [out] origin of the return value */