Home
last modified time | relevance | path

Searched refs:TEEC_Result (Results 1 – 17 of 17) sorted by relevance

/optee_client/tee-supplicant/src/
A Dplugin.h29 TEEC_Result plugin_load_all(void);
32 TEEC_Result plugin_process(size_t num_params, struct tee_ioctl_param *params);
34 static inline TEEC_Result plugin_load_all(void) in plugin_load_all()
39 static inline TEEC_Result plugin_process(size_t num_params, in plugin_process()
A Dtee_socket.c188 TEEC_Result r = TEEC_ERROR_GENERIC; in sock_connect()
260 static TEEC_Result tee_socket_open(size_t num_params, in tee_socket_open()
263 TEEC_Result res = TEEC_ERROR_GENERIC; in tee_socket_open()
448 TEEC_Result res = TEEC_ERROR_GENERIC; in write_with_timeout()
469 TEEC_Result res = TEEC_ERROR_GENERIC; in tee_socket_send()
524 TEEC_Result res = TEEC_ERROR_GENERIC; in read_with_timeout()
608 TEEC_Result res = TEEC_ERROR_GENERIC; in tee_socket_recv()
709 TEEC_Result r = TEE_ISOCKET_ERROR_HOSTNAME; in udp_changeaddr()
742 TEEC_Result res = TEEC_ERROR_GENERIC; in tee_socket_ioctl_udp()
781 TEEC_Result res = TEEC_ERROR_GENERIC; in tee_socket_ioctl()
[all …]
A Dtee_socket.h36 TEEC_Result tee_socket_process(size_t num_params,
39 static inline TEEC_Result tee_socket_process(size_t num_params, in tee_socket_process()
A Dprof.h37 TEEC_Result prof_process(size_t num_params, struct tee_ioctl_param *params,
42 static inline TEEC_Result prof_process(size_t num_params, in prof_process()
A Dtee_supp_fs.c145 static TEEC_Result ree_fs_new_open(size_t num_params, in ree_fs_new_open()
184 static TEEC_Result ree_fs_new_create(size_t num_params, in ree_fs_new_create()
263 static TEEC_Result ree_fs_new_close(size_t num_params, in ree_fs_new_close()
281 static TEEC_Result ree_fs_new_read(size_t num_params, in ree_fs_new_read()
326 static TEEC_Result ree_fs_new_write(size_t num_params, in ree_fs_new_write()
366 static TEEC_Result ree_fs_new_truncate(size_t num_params, in ree_fs_new_truncate()
388 static TEEC_Result ree_fs_new_remove(size_t num_params, in ree_fs_new_remove()
430 static TEEC_Result ree_fs_new_rename(size_t num_params, in ree_fs_new_rename()
479 static TEEC_Result ree_fs_new_opendir(size_t num_params, in ree_fs_new_opendir()
563 static TEEC_Result ree_fs_new_readdir(size_t num_params, in ree_fs_new_readdir()
[all …]
A Dplugin.c94 static TEEC_Result plugin_invoke(TEEC_UUID *u, unsigned int cmd, in plugin_invoke()
109 TEEC_Result plugin_load_all(void) in plugin_load_all()
113 TEEC_Result teec_res = TEEC_SUCCESS; in plugin_load_all()
174 TEEC_Result plugin_process(size_t num_params, struct tee_ioctl_param *params) in plugin_process()
183 TEEC_Result res = TEEC_ERROR_NOT_SUPPORTED; in plugin_process()
A Dtee_supp_fs.h34 TEEC_Result tee_supp_fs_process(size_t num_params,
A Dprof.c44 TEEC_Result prof_process(size_t num_params, struct tee_ioctl_param *params, in prof_process()
A Drpmb.c207 TEEC_Result res = TEEC_ERROR_GENERIC; in read_cid()
664 TEEC_Result res = TEEC_SUCCESS; in rpmb_data_req()
/optee_client/public/
A Dtee_client_api.h249 typedef uint32_t TEEC_Result; typedef
426 TEEC_Result TEEC_InitializeContext(const char *name, TEEC_Context *context);
467 TEEC_Result TEEC_OpenSession(TEEC_Context *context,
500 TEEC_Result TEEC_InvokeCommand(TEEC_Session *session,
517 TEEC_Result TEEC_RegisterSharedMemory(TEEC_Context *context,
531 TEEC_Result TEEC_AllocateSharedMemory(TEEC_Context *context,
A Dtee_plugin_method.h15 TEEC_Result (*init)(void);
16 TEEC_Result (*invoke)(unsigned int cmd, unsigned int sub_cmd,
A Dtee_client_api_extensions.h49 TEEC_Result TEEC_RegisterSharedMemoryFileDescriptor(TEEC_Context *context,
/optee_client/libteec/src/
A Dteec_benchmark.c64 static TEEC_Result benchmark_pta_open(void) in benchmark_pta_open()
66 TEEC_Result res = TEEC_ERROR_GENERIC; in benchmark_pta_open()
90 static TEEC_Result benchmark_get_bench_buf_paddr(uint64_t *paddr_ts_buf, in benchmark_get_bench_buf_paddr()
93 TEEC_Result res = TEEC_ERROR_GENERIC; in benchmark_get_bench_buf_paddr()
A Dtee_client_api.c160 TEEC_Result TEEC_InitializeContext(const char *name, TEEC_Context *ctx) in TEEC_InitializeContext()
192 static TEEC_Result teec_pre_process_tmpref(TEEC_Context *ctx, in teec_pre_process_tmpref()
197 TEEC_Result res = TEEC_ERROR_GENERIC; in teec_pre_process_tmpref()
249 static TEEC_Result teec_pre_process_whole( in teec_pre_process_whole()
281 static TEEC_Result teec_pre_process_partial(uint32_t param_type, in teec_pre_process_partial()
330 static TEEC_Result teec_pre_process_operation(TEEC_Context *ctx, in teec_pre_process_operation()
335 TEEC_Result res = TEEC_ERROR_GENERIC; in teec_pre_process_operation()
516 static TEEC_Result ioctl_errno_to_res(int err) in ioctl_errno_to_res()
601 TEEC_Result res = TEEC_ERROR_GENERIC; in TEEC_OpenSession()
683 TEEC_Result res = TEEC_ERROR_GENERIC; in TEEC_InvokeCommand()
[all …]
/optee_client/
A Dtypedefs.checkpatch3 TEEC_Result
/optee_client/libckteec/src/
A Dinvoke_ta.c128 TEEC_Result res = TEEC_ERROR_GENERIC; in ckteec_invoke_ta()
202 TEEC_Result res = TEEC_SUCCESS; in ping_ta()
241 TEEC_Result res = TEEC_SUCCESS; in ckteec_invoke_init()
/optee_client/libseteec/src/
A Dse.c44 TEEC_Result res = TEEC_SUCCESS; in open_session()

Completed in 27 milliseconds