Lines Matching full:tee
35 * This file describes the API provided by a TEE driver to user space.
37 * Each TEE driver defines a TEE specific protocol which is used for the
47 #define TEE_GEN_CAP_GP (1 << 0)/* GlobalPlatform compliant TEE */
55 * TEE Implementation ID
61 * OP-TEE specific capabilities
66 * struct tee_ioctl_version_data - TEE version
67 * @impl_id: [out] TEE implementation id
71 * Identifies the TEE implementation, @impl_id is one of TEE_IMPL_ID_* above.
82 * TEE_IOC_VERSION - query version of TEE
84 * Takes a tee_ioctl_version_data struct and returns with the TEE version
166 * Matches TEEC_LOGIN_* in GP TEE Client API
178 * being reserved for REE kernel clients or TEE implementation.
204 * passed to a trusted application in the TEE.
209 * If a NULL pointer is passed to a TA in the TEE, the (@c)
321 * @num_params is the number of params that tee-supplicant has room to
323 * tee-supplicant receives when output.
392 * Five syscalls are used when communicating with the TEE driver.