Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 29) sorted by relevance

12

/optee_os/ta/pkcs11/src/
H A Dhandle.c72 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 Dobject.c33 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 Dpkcs11_token.c92 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 Dpkcs11_token.h187 enum pkcs11_mechanism_id handle; member
H A Dpkcs11_helpers.c670 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr() local
/optee_os/lib/libutee/
H A Dtee_socket_pta.c35 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 Dtee_tcpudp_socket.c16 uint32_t handle; member
/optee_os/core/include/kernel/
H A Dpm.h126 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 Dwait_queue.h19 short handle; member
/optee_os/core/kernel/
H A Dree_fs_ta.c245 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 Dhandle.c82 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 Dldelf_syscalls.c123 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 Dsecstor_ta.c12 struct ts_store_handle **handle) in secstor_ta_open()
H A Dembedded_ts.c60 struct ts_store_handle *handle = NULL; in emb_ts_open() local
H A Dwait_queue.c112 int handle = -1; in wq_wake_next() local
/optee_os/ldelf/
H A Dsys.c50 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 Dta_elf.h92 uint32_t handle; member
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_struct.h72 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 Dcrypto_compat.h41 static inline int psa_key_handle_is_null(psa_key_handle_t handle) in psa_key_handle_is_null()
H A Dcrypto_extra.h1123 mbedtls_psa_client_handle_t handle; member
/optee_os/lib/libdl/
H A Ddlfcn.c80 int dlclose(void *handle) in dlclose()
91 void *dlsym(void *handle, const char *symbol) in dlsym()
/optee_os/core/lib/scmi-server/
H A Dscmi_server.c35 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 Dpsa_crypto_slot_management.c987 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 Dsp_mem.c195 struct sp_mem *sp_mem_get(uint64_t handle) in sp_mem_get()
/optee_os/core/include/drivers/
H A Dstm32_i2c.h167 struct i2c_handle_s *handle; member

12