Searched refs:handle_put (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | handle.h | 43 void *handle_put(struct handle_db *db, int handle);
|
| /optee_os/ta/pkcs11/src/ |
| H A D | handle.h | 38 void *handle_put(struct handle_db *db, uint32_t handle);
|
| H A D | handle.c | 77 void *handle_put(struct handle_db *db, uint32_t handle) in handle_put() function
|
| H A D | object.c | 145 handle_put(get_object_handle_db(session), in destroy_object() 160 handle_put(get_object_handle_db(session), in destroy_object() 166 handle_put(get_object_handle_db(session), in destroy_object() 291 handle_put(get_object_handle_db(session), obj_handle); in create_object()
|
| H A D | pkcs11_token.c | 697 handle_put(&session->client->session_handle_db, session->handle); in close_ck_session() 1383 handle_put(get_object_handle_db(sess), handle); in session_logout()
|
| /optee_os/core/kernel/ |
| H A D | handle.c | 82 void *handle_put(struct handle_db *db, int handle) in handle_put() function
|
| H A D | ldelf_syscalls.c | 206 handle_put(&sys_ctx->db, h); in ldelf_syscall_open_bin() 229 binh = handle_put(&sys_ctx->db, handle); in ldelf_syscall_close_bin()
|