Home
last modified time | relevance | path

Searched defs:tee_open_session_arg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dtee.h205 struct tee_open_session_arg { struct
206 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 */