Home
last modified time | relevance | path

Searched refs:TEE_IOC_OPEN_SESSION (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/userspace-api/
H A Dtee.rst22 - TEE_IOC_OPEN_SESSION opens a new session to a Trusted Application.
26 - TEE_IOC_CANCEL may cancel an ongoing TEE_IOC_OPEN_SESSION or TEE_IOC_INVOKE.
/linux/include/uapi/linux/
H A Dtee.h254 #define TEE_IOC_OPEN_SESSION _IOR(TEE_IOC_MAGIC, TEE_IOC_BASE + 2, \ macro
/linux/drivers/tee/
H A Dtee_core.c830 case TEE_IOC_OPEN_SESSION: in tee_ioctl()