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
51 #define TEE_GEN_CAP_GP (1 << 0)/* GlobalPlatform compliant TEE */
59 * TEE Implementation ID
65 * OP-TEE specific capabilities
70 * struct tee_ioctl_version_data - TEE version
71 * @impl_id: [out] TEE implementation id
75 * Identifies the TEE implementation, @impl_id is one of TEE_IMPL_ID_* above.
86 * TEE_IOC_VERSION - query version of TEE
88 * Takes a tee_ioctl_version_data struct and returns with the TEE version
170 * Matches TEEC_LOGIN_* in GP TEE Client API
182 * being reserved for REE kernel clients or TEE implementation.
208 * passed to a trusted application in the TEE.
213 * If a NULL pointer is passed to a TA in the TEE, the (@c)
325 * @num_params is the number of params that tee-supplicant has room to
327 * tee-supplicant receives when output.
396 * Five syscalls are used when communicating with the TEE driver.