Home
last modified time | relevance | path

Searched refs:handle_db_destroy (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/kernel/
H A Dhandle.h25 void handle_db_destroy(struct handle_db *db, void (*ptr_destructor)(void *ptr));
/optee_os/ta/pkcs11/src/
H A Dhandle.h26 void handle_db_destroy(struct handle_db *db);
H A Dhandle.c27 void handle_db_destroy(struct handle_db *db) in handle_db_destroy() function
H A Dpkcs11_token.c140 handle_db_destroy(&client->object_handle_db); in unregister_client()
141 handle_db_destroy(&client->session_handle_db); in unregister_client()
/optee_os/core/kernel/
H A Dhandle.c18 void handle_db_destroy(struct handle_db *db, void (*ptr_destructor)(void *ptr)) in handle_db_destroy() function
H A Dldelf_syscalls.c239 handle_db_destroy(&sys_ctx->db, bin_close); in ldelf_syscall_close_bin()
608 handle_db_destroy(&sys_ctx->db, bin_close); in ldelf_sess_cleanup()