/optee_os-3.20.0/lib/libutee/ |
A D | tee_socket_pta.c | 35 uint32_t protocol, uint32_t *handle) in __tee_socket_pta_open() 79 TEE_Result __tee_socket_pta_close(uint32_t handle) in __tee_socket_pta_close() 93 TEE_Result __tee_socket_pta_send(uint32_t handle, const void *buf, in __tee_socket_pta_send() 117 TEE_Result __tee_socket_pta_recv(uint32_t handle, void *buf, uint32_t *len, in __tee_socket_pta_recv() 141 TEE_Result __tee_socket_pta_ioctl(uint32_t handle, uint32_t command, void *buf, in __tee_socket_pta_ioctl()
|
A D | tee_tcpudp_socket.c | 16 uint32_t handle; member
|
/optee_os-3.20.0/ldelf/ |
A D | sys.c | 50 TEE_Result sys_open_ta_bin(const TEE_UUID *uuid, uint32_t *handle) in sys_open_ta_bin() 55 TEE_Result sys_close_ta_bin(uint32_t handle) in sys_close_ta_bin() 61 uint32_t handle, size_t offs, size_t pad_begin, in sys_map_ta_bin() 69 TEE_Result sys_copy_from_ta_bin(void *dst, size_t num_bytes, uint32_t handle, in sys_copy_from_ta_bin()
|
A D | ta_elf.h | 91 uint32_t handle; member
|
/optee_os-3.20.0/core/kernel/ |
A D | ree_fs_ta.c | 237 struct ree_fs_ta_handle *handle; in ree_fs_ta_open() local 501 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_get_size() local 510 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_get_tag() local 547 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_read() local 634 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_close() local 679 struct buf_ree_fs_ta_handle *handle = NULL; in buf_ta_open() local 750 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_get_size() local 759 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_read() local 776 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_get_tag() local 789 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_close() local
|
A D | handle.c | 82 void *handle_put(struct handle_db *db, int handle) in handle_put() 94 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
|
A D | ldelf_syscalls.c | 100 uint32_t *handle) in ldelf_syscall_open_bin() 194 TEE_Result ldelf_syscall_close_bin(unsigned long handle) in ldelf_syscall_close_bin() 261 unsigned long handle, size_t offs_bytes, in ldelf_syscall_map_bin() 424 unsigned long handle) in ldelf_syscall_copy_from_bin()
|
A D | secstor_ta.c | 12 struct ts_store_handle **handle) in secstor_ta_open()
|
A D | wait_queue.c | 99 int handle = -1; in wq_wake_next() local
|
A D | embedded_ts.c | 59 struct ts_store_handle *handle = NULL; in emb_ts_open() local
|
/optee_os-3.20.0/core/include/kernel/ |
A D | pm.h | 109 void *handle; member 134 static inline void register_pm_driver_cb(pm_callback callback, void *handle, in register_pm_driver_cb() 152 void *handle, const char *name) in register_pm_core_service_cb()
|
A D | wait_queue.h | 18 short handle; member
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | handle.c | 70 void *handle_put(struct handle_db *db, uint32_t handle) in handle_put() 82 void *handle_lookup(struct handle_db *db, uint32_t handle) in handle_lookup()
|
A D | object.c | 33 struct pkcs11_object *pkcs11_handle2object(uint32_t handle, in pkcs11_handle2object() 472 uint32_t handle) in find_ctx_add() 600 uint32_t handle = 0; in entry_find_objects_init() local
|
A D | pkcs11_token.c | 92 struct pkcs11_session *pkcs11_handle2session(uint32_t handle, in pkcs11_handle2session() 1306 uint32_t handle = 0; in session_logout() local
|
A D | pkcs11_token.h | 188 enum pkcs11_mechanism_id handle; member
|
A D | pkcs11_helpers.c | 658 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr() local
|
/optee_os-3.20.0/lib/libdl/ |
A D | dlfcn.c | 80 int dlclose(void *handle) in dlclose() 91 void *dlsym(void *handle, const char *symbol) in dlsym()
|
/optee_os-3.20.0/core/lib/scmi-server/ |
A D | scmi_server.c | 33 TEE_Result scmi_server_get_channel(unsigned int channel_id, int *handle) in scmi_server_get_channel()
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | sp_mem.c | 195 struct sp_mem *sp_mem_get(uint64_t handle) in sp_mem_get()
|
/optee_os-3.20.0/core/include/ |
A D | tpm2.h | 152 uint32_t handle; member
|
/optee_os-3.20.0/core/arch/arm/include/ |
A D | ffa.h | 185 uint64_t handle; member
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | spmc_sp_handler.c | 689 uint64_t handle = reg_pair_to_64(args->a2, args->a1); in ffa_mem_reclaim() local
|