Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c118 *error_origin = TEEC_ORIGIN_COMMS; in TEEC_SMC_OpenSession()
173 *error_origin = TEEC_ORIGIN_COMMS; in TEEC_SMC_CloseSession()
227 *error_origin = TEEC_ORIGIN_COMMS; in TEEC_SMC_InvokeCommand()
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Dcall.c249 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_invoke_cmd()
360 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_open_session()
424 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_load_ta()
429 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_load_ta()
H A Damdtee_private.h27 #define TEEC_ORIGIN_COMMS 0x00000002 macro
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dcall.c259 msg_arg->ret_origin = TEEC_ORIGIN_COMMS; in optee_open_session()
274 arg->ret_origin = TEEC_ORIGIN_COMMS; in optee_open_session()
349 msg_arg->ret_origin = TEEC_ORIGIN_COMMS; in optee_invoke_func()
354 msg_arg->ret_origin = TEEC_ORIGIN_COMMS; in optee_invoke_func()
H A Drpc.c241 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_rpc_supp_cmd()
296 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_rpc_func_cmd_shm_alloc()
414 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_rpc_func_cmd_shm_free()
H A Doptee_private.h25 #define TEEC_ORIGIN_COMMS 0x00000002 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dtee_client_api.h195 #define TEEC_ORIGIN_COMMS 0x00000002 macro
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_client_api.h170 #define TEEC_ORIGIN_COMMS 0x00000002 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_client_api.h203 #define TEEC_ORIGIN_COMMS 0x00000002 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_client_api.h203 #define TEEC_ORIGIN_COMMS 0x00000002 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.c73 ADBG_ENUM_TABLE_ENTRY(TEEC_ORIGIN_COMMS),
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c641 eorig = TEEC_ORIGIN_COMMS; in TEEC_OpenSession()
730 eorig = TEEC_ORIGIN_COMMS; in TEEC_InvokeCommand()