Home
last modified time | relevance | path

Searched refs:TEE_IOCTL_LOGIN_PUBLIC (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dtee.h170 #define TEE_IOCTL_LOGIN_PUBLIC 0 macro
/linux-6.15/drivers/tee/optee/
H A Ddevice.c131 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in __optee_enumerate_devices()
/linux-6.15/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c201 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in tee_bnxt_fw_probe()
/linux-6.15/drivers/char/hw_random/
H A Doptee-rng.c230 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in optee_rng_probe()
/linux-6.15/drivers/char/tpm/
H A Dtpm_ftpm_tee.c223 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in ftpm_tee_probe()
/linux-6.15/drivers/tee/amdtee/
H A Dcore.c241 if (arg->clnt_login != TEE_IOCTL_LOGIN_PUBLIC) { in amdtee_open_session()
/linux-6.15/drivers/platform/x86/amd/pmf/
H A Dtee-if.c419 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in amd_pmf_ta_open_session()
/linux-6.15/drivers/tee/
H A Dtee_core.c207 if (connection_method == TEE_IOCTL_LOGIN_PUBLIC || in tee_session_calc_client_uuid()