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
62 * OP-TEE specific capabilities
67 * struct tee_ioctl_version_data - TEE version
68 * @impl_id: [out] TEE implementation id
72 * Identifies the TEE implementation, @impl_id is one of TEE_IMPL_ID_* above.
83 * TEE_IOC_VERSION - query version of TEE
85 * Takes a tee_ioctl_version_data struct and returns with the TEE version
167 * Matches TEEC_LOGIN_* in GP TEE Client API
179 * being reserved for REE kernel clients or TEE implementation.
205 * passed to a trusted application in the TEE.
210 * If a NULL pointer is passed to a TA in the TEE, the (@c)
322 * @num_params is the number of params that tee-supplicant has room to
324 * tee-supplicant receives when output.
393 * Five syscalls are used when communicating with the TEE driver.