| /optee_os/ta/pkcs11/src/ |
| H A D | handle.c | 72 static bool handle_is_valid(struct handle_db *db, uint32_t handle) in handle_is_valid() 77 void *handle_put(struct handle_db *db, uint32_t handle) in handle_put() 89 void *handle_lookup(struct handle_db *db, uint32_t handle) in handle_lookup() 98 void handle_invalidate(struct handle_db *db, uint32_t handle) in handle_invalidate()
|
| H A D | object.c | 33 struct pkcs11_object *pkcs11_handle2object(uint32_t handle, in pkcs11_handle2object() 479 uint32_t handle) in find_ctx_add() 607 uint32_t handle = 0; in entry_find_objects_init() local
|
| H A D | pkcs11_token.c | 92 struct pkcs11_session *pkcs11_handle2session(uint32_t handle, in pkcs11_handle2session() 101 uint32_t handle = 0; in token_invalidate_object_handles() local 1362 uint32_t handle = 0; in session_logout() local
|
| H A D | pkcs11_token.h | 187 enum pkcs11_mechanism_id handle; member
|
| H A D | pkcs11_helpers.c | 670 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr() local
|
| /optee_os/lib/libutee/ |
| H 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()
|
| H A D | tee_tcpudp_socket.c | 16 uint32_t handle; member
|
| /optee_os/core/include/kernel/ |
| H A D | pm.h | 126 void *handle; member 164 static inline void register_pm_driver_cb(pm_callback callback, void *handle, in register_pm_driver_cb() 178 static inline void unregister_pm_driver_cb(pm_callback callback, void *handle) in unregister_pm_driver_cb() 195 void *handle, const char *name) in register_pm_core_service_cb() 209 void *handle) in unregister_pm_core_service_cb()
|
| H A D | wait_queue.h | 19 short handle; member
|
| /optee_os/core/kernel/ |
| H A D | ree_fs_ta.c | 245 struct ree_fs_ta_handle *handle; in ree_fs_ta_open() local 509 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_get_size() local 518 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_get_tag() local 555 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_read() local 650 struct ree_fs_ta_handle *handle = (struct ree_fs_ta_handle *)h; in ree_fs_ta_close() local 695 struct buf_ree_fs_ta_handle *handle = NULL; in buf_ta_open() local 766 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_get_size() local 775 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_read() local 798 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_get_tag() local 811 struct buf_ree_fs_ta_handle *handle = (struct buf_ree_fs_ta_handle *)h; in buf_ta_close() local
|
| H 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()
|
| H A D | ldelf_syscalls.c | 123 uint32_t *handle) in ldelf_syscall_open_bin() 219 TEE_Result ldelf_syscall_close_bin(unsigned long handle) in ldelf_syscall_close_bin() 296 unsigned long handle, size_t offs_bytes, in ldelf_syscall_map_bin() 467 unsigned long handle) in ldelf_syscall_copy_from_bin()
|
| H A D | secstor_ta.c | 12 struct ts_store_handle **handle) in secstor_ta_open()
|
| H A D | embedded_ts.c | 60 struct ts_store_handle *handle = NULL; in emb_ts_open() local
|
| H A D | wait_queue.c | 112 int handle = -1; in wq_wake_next() local
|
| /optee_os/ldelf/ |
| H 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()
|
| H A D | ta_elf.h | 92 uint32_t handle; member
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_struct.h | 72 mbedtls_psa_client_handle_t handle; member 97 mbedtls_psa_client_handle_t handle; member 133 mbedtls_psa_client_handle_t handle; member 161 mbedtls_psa_client_handle_t handle; member 204 mbedtls_psa_client_handle_t handle; member 452 mbedtls_psa_client_handle_t handle; member 490 mbedtls_psa_client_handle_t handle; member
|
| H A D | crypto_compat.h | 41 static inline int psa_key_handle_is_null(psa_key_handle_t handle) in psa_key_handle_is_null()
|
| H A D | crypto_extra.h | 1123 mbedtls_psa_client_handle_t handle; member
|
| /optee_os/lib/libdl/ |
| H A D | dlfcn.c | 80 int dlclose(void *handle) in dlclose() 91 void *dlsym(void *handle, const char *symbol) in dlsym()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_server.c | 35 TEE_Result scmi_server_get_channel(unsigned int channel_id, int *handle) in scmi_server_get_channel()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_slot_management.c | 987 psa_status_t psa_open_key(mbedtls_svc_key_id_t key, psa_key_handle_t *handle) in psa_open_key() 1015 psa_status_t psa_close_key(psa_key_handle_t handle) in psa_close_key()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | sp_mem.c | 195 struct sp_mem *sp_mem_get(uint64_t handle) in sp_mem_get()
|
| /optee_os/core/include/drivers/ |
| H A D | stm32_i2c.h | 167 struct i2c_handle_s *handle; member
|