Home
last modified time | relevance | path

Searched refs:handle_put (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/kernel/
H A Dhandle.h43 void *handle_put(struct handle_db *db, int handle);
/optee_os/ta/pkcs11/src/
H A Dhandle.h38 void *handle_put(struct handle_db *db, uint32_t handle);
H A Dhandle.c77 void *handle_put(struct handle_db *db, uint32_t handle) in handle_put() function
H A Dobject.c145 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 Dpkcs11_token.c697 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 Dhandle.c82 void *handle_put(struct handle_db *db, int handle) in handle_put() function
H A Dldelf_syscalls.c206 handle_put(&sys_ctx->db, h); in ldelf_syscall_open_bin()
229 binh = handle_put(&sys_ctx->db, handle); in ldelf_syscall_close_bin()