Searched refs:TEEC_Result (Results 1 – 17 of 17) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | plugin.h | 29 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 D | tee_socket.c | 188 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 D | tee_socket.h | 36 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 D | prof.h | 37 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 D | tee_supp_fs.c | 145 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 D | plugin.c | 94 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 D | tee_supp_fs.h | 34 TEEC_Result tee_supp_fs_process(size_t num_params,
|
A D | prof.c | 44 TEEC_Result prof_process(size_t num_params, struct tee_ioctl_param *params, in prof_process()
|
A D | rpmb.c | 207 TEEC_Result res = TEEC_ERROR_GENERIC; in read_cid() 664 TEEC_Result res = TEEC_SUCCESS; in rpmb_data_req()
|
/optee_client/public/ |
A D | tee_client_api.h | 249 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 D | tee_plugin_method.h | 15 TEEC_Result (*init)(void); 16 TEEC_Result (*invoke)(unsigned int cmd, unsigned int sub_cmd,
|
A D | tee_client_api_extensions.h | 49 TEEC_Result TEEC_RegisterSharedMemoryFileDescriptor(TEEC_Context *context,
|
/optee_client/libteec/src/ |
A D | teec_benchmark.c | 64 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 D | tee_client_api.c | 160 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 D | typedefs.checkpatch | 3 TEEC_Result
|
/optee_client/libckteec/src/ |
A D | invoke_ta.c | 128 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 D | se.c | 44 TEEC_Result res = TEEC_SUCCESS; in open_session()
|
Completed in 27 milliseconds