Home
last modified time | relevance | path

Searched refs:ret_origin (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dderive_key_taf.c27 uint32_t ret_origin = 0; in derive_unique_key() local
42 param_types, params, &ret_origin); in derive_unique_key()
60 uint32_t ret_origin = 0; in derive_ta_unique_key_test() local
69 &session, &ret_origin); in derive_ta_unique_key_test()
194 uint32_t ret_origin = 0; in derive_ta_unique_key_test_shm() local
203 &session, &ret_origin); in derive_ta_unique_key_test_shm()
215 param_types, params, &ret_origin); in derive_ta_unique_key_test_shm()
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Dcall.c249 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_invoke_cmd()
278 arg->ret_origin = cmd.return_origin; in handle_invoke_cmd()
280 arg->ret_origin, arg->ret); in handle_invoke_cmd()
360 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_open_session()
388 arg->ret_origin = cmd.return_origin; in handle_open_session()
394 arg->ret_origin); 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()
444 load_cmd.ta_handle, arg->ret_origin, arg->ret); in handle_load_ta()
/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()
280 arg->ret_origin = msg_arg->ret_origin; 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()
358 arg->ret_origin = msg_arg->ret_origin; 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_msg.h200 u32 ret_origin; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/tpm_log_test/
H A Dta_entry.c20 uint32_t ret_origin = 0; in invoke_system_pta() local
23 0, NULL, &session, &ret_origin); in invoke_system_pta()
28 cmd_id, param_types, params, &ret_origin); in invoke_system_pta()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsha_perf.c222 uint32_t ret_origin = 0; in run_test_once() local
229 &ret_origin); in run_test_once()
230 check_res(res, "TEEC_InvokeCommand", &ret_origin); in run_test_once()
239 uint32_t ret_origin = 0; in prepare_op() local
246 &ret_origin); in prepare_op()
247 check_res(res, "TEEC_InvokeCommand", &ret_origin); in prepare_op()
H A Daes_perf.c355 uint32_t ret_origin = 0; in prepare_key() local
365 &ret_origin); in prepare_key()
366 check_res(res, "TEEC_InvokeCommand", &ret_origin); in prepare_key()
488 uint32_t ret_origin = 0; in aes_perf_run_test() local
505 &op, &ret_origin); in aes_perf_run_test()
506 check_res(res, "TEEC_InvokeCommand", &ret_origin); in aes_perf_run_test()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtee.h244 __u32 ret_origin; member
275 __u32 ret_origin; member
/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.h221 __u32 ret_origin; member
252 __u32 ret_origin; member
/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.h221 __u32 ret_origin; member
252 __u32 ret_origin; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h230 __u32 ret_origin; member
261 __u32 ret_origin; member
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c126 *error_origin = TeeSmc32Arg->ret_origin; in TEEC_SMC_OpenSession()
181 *error_origin = TeeSmc32Arg->ret_origin; in TEEC_SMC_CloseSession()
234 *error_origin = TeeSmc32Arg->ret_origin; in TEEC_SMC_InvokeCommand()
H A DOpteeClientRPC.c145 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdLoadTa()
183 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdLoadV2Ta()
227 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdFreeTa()
503 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdRpmb()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dteesmc.h196 uint32_t ret_origin; member
227 uint64_t ret_origin; member
H A Dteesmc_v2.h46 uint32_t ret_origin; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c594 TEEC_Operation *operation, uint32_t *ret_origin) in TEEC_OpenSession() argument
646 eorig = arg->ret_origin; in TEEC_OpenSession()
656 if (ret_origin) in TEEC_OpenSession()
657 *ret_origin = eorig; in TEEC_OpenSession()
736 eorig = arg->ret_origin; in TEEC_InvokeCommand()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c523 put_user(arg.ret_origin, &uarg->ret_origin)) { in tee_ioctl_open_session()
592 put_user(arg.ret_origin, &uarg->ret_origin)) { in tee_ioctl_invoke()