Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-secure-otp.c88 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in rockchip_read_oem_non_protected_otp()
191 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in rockchip_write_oem_non_protected_otp()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtee.h173 #define TEE_IOCTL_LOGIN_PUBLIC 0 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtee.h169 #define TEE_IOCTL_LOGIN_PUBLIC 0 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtee.h169 #define TEE_IOCTL_LOGIN_PUBLIC 0 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h178 #define TEE_IOCTL_LOGIN_PUBLIC 0 macro
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Ddevice.c110 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in __optee_enumerate_devices()
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c201 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in tee_bnxt_fw_probe()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c230 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in optee_rng_probe()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ftpm_tee.c244 sess_arg.clnt_login = TEE_IOCTL_LOGIN_PUBLIC; in ftpm_tee_probe()
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Dcore.c242 if (arg->clnt_login != TEE_IOCTL_LOGIN_PUBLIC) { in amdtee_open_session()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c545 case TEE_IOCTL_LOGIN_PUBLIC: in setup_client_data()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c207 if (connection_method == TEE_IOCTL_LOGIN_PUBLIC || in tee_session_calc_client_uuid()