Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dhandle.h37 int handle_get(struct handle_db *db, void *ptr);
/optee_os/ta/pkcs11/src/
H A Dhandle.h32 uint32_t handle_get(struct handle_db *db, void *ptr);
H A Dhandle.c36 uint32_t handle_get(struct handle_db *db, void *ptr) in handle_get() function
H A Dobject.c232 obj_handle = handle_get(get_object_handle_db(session), obj); in create_object()
633 handle = handle_get(object_db, obj); in entry_find_objects_init()
H A Dpkcs11_token.c659 session->handle = handle_get(&client->session_handle_db, session); in entry_ck_open_session()
/optee_os/core/kernel/
H A Dhandle.c47 int handle_get(struct handle_db *db, void *ptr) in handle_get() function
H A Dldelf_syscalls.c201 h = handle_get(&sys_ctx->db, binh); in ldelf_syscall_open_bin()