Searched defs:handle (Results 1 – 7 of 7) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | handle.c | 113 void *handle_put(struct handle_db *db, int handle) in handle_put() 135 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup() 157 void (*cb)(int handle, void *ptr, void *arg), in handle_foreach_put()
|
A D | tee_socket.c | 123 int handle = -1; in sock_handle_get() local 143 static int sock_handle_to_fd(uint32_t instance_id, uint32_t handle) in sock_handle_to_fd() 156 static void sock_handle_put(uint32_t instance_id, uint32_t handle) in sock_handle_put() 264 int handle = 0; in tee_socket_open() local 305 int handle = 0; in tee_socket_close() local 326 static void sock_close_cb(int handle, void *ptr, void *arg) in sock_close_cb() 470 int handle = 0; in tee_socket_send() local 609 int handle = 0; in tee_socket_recv() local 782 int handle = 0; in tee_socket_ioctl() local
|
A D | plugin.h | 17 void *handle; member
|
A D | plugin.c | 76 void *handle = NULL; in load_plugin() local
|
A D | tee_supp_fs.c | 485 int handle = 0; in ree_fs_new_opendir() local
|
/optee_client/libckteec/src/ |
A D | pkcs11_processing.c | 19 CK_ULONG count, CK_OBJECT_HANDLE_PTR handle) in ck_create_object() 874 CK_OBJECT_HANDLE_PTR handle) in ck_generate_key() 1251 CK_OBJECT_HANDLE_PTR handle) in ck_copy_object() 1321 CK_OBJECT_HANDLE_PTR handle) in ck_derive_key() 1612 CK_ULONG count, CK_OBJECT_HANDLE_PTR handle) in ck_unwrap_key()
|
A D | pkcs11_token.c | 401 uint32_t handle = 0; in ck_open_session() local
|
Completed in 12 milliseconds